Skip to content

Commit

Permalink
Remove step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed May 29, 2017
1 parent a8e7095 commit 5f273d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ To build ComputerCraft, follow these steps:


1. `git clone` this repository onto your machine. 1. `git clone` this repository onto your machine.
2. `cd` to it. 2. `cd` to it.
3. Run `./setup.sh` on Unix, or `setup.bat` on Windows. 3. Run `./deploy.sh` on Unix, or `gradlew.bat build` on Windows.
4. Run `./deploy.sh` on Unix, or `gradlew.bat build` on Windows.


ComputerCraft is now built in `./build`. ComputerCraft is now built in `./build`.


Once you have done steps 1-3, you can build with step 4 without doing them again. Once you have done steps 1-2, you can build with step 3 without doing them again.

0 comments on commit 5f273d9

Please sign in to comment.