forked from Dkendal/battle_snake
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Dylan Kendal
committed
Mar 1, 2017
1 parent
0731478
commit 8f70a65
Showing
1 changed file
with
1 addition
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 |
---|---|---|
|
@@ -32,14 +32,13 @@ The 2017 Game Server | |
```sh | ||
git clone [email protected]:StemboltHQ/battle_snake.git` | ||
cd battle_snake | ||
mix setup | ||
./scripts/setup | ||
./scripts/dev-server | ||
``` | ||
|
||
## Testing | ||
|
||
```sh | ||
mix setup # only required the first time | ||
mix test | ||
``` | ||
|
||
|