forked from whiteout-io/mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tankred Hase
committed
Nov 3, 2014
1 parent
4861ee2
commit 8910376
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,11 +67,11 @@ Just download the most recent `*_webmail.zip` file under [releases](https://gith | |
|
||
### Build from source | ||
|
||
1. Clone the git repository | ||
Clone the git repository | ||
|
||
git clone [email protected]:whiteout-io/mail-html5.git | ||
|
||
2. Build and generate the `dist/` directory: | ||
Build and generate the `dist/` directory: | ||
|
||
npm install && grunt | ||
|
||
|