-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gulp to list of pre-reqs to resolve #29
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ sudo ./wag gen-config | |
sudo ./wag start -config <generated_config_name> | ||
``` | ||
|
||
From source (will require go1.19, npm, clang, llvm-strip): | ||
From source (will require `go1.19`, `npm`, `gulp`, `clang` and `llvm-strip`): | ||
``` | ||
git clone [email protected]:NHAS/wag.git | ||
cd wag | ||
|