From 209525bfd5cd648c3e4f8dfe05a8dcd2b54d28cc Mon Sep 17 00:00:00 2001 From: Hyperion-21 <69665635+Hyperion-21@users.noreply.github.com> Date: Fri, 23 Oct 2020 16:36:17 -0700 Subject: [PATCH] Update README.md Quick Commit Co-authored-by: EmeraldBlock <69981203+EmeraldBlock@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1bc30c3..dac4ee40 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ Note that this process is for Windows. Use equivalent actions for other operatin 2. If you aren't already on `C:\Users\[Your user]`, type `cd %USERPROFILE%` 3. `cd shapez.io` 4. See below for switching builds. If you wish to perform any of those commands, run them at this step. -5. `yarn & cd gulp & yarn & yarn gulp`. This will take a while, but afterwards shapez.io should be running in a browser tab. Note that if both `yarn` commands respond with `Already up-to-date`, if the future you only have to run `cd gulp & yarn gulp`, but only do this if you know you are up to date. +5. `yarn && cd gulp && yarn && yarn gulp`. This will take a while, but afterwards shapez.io should be running in a browser tab (there may be an error at first, but it should quickly go away). +- Note that if both `yarn` commands respond with `Already up-to-date`, you only have to run `cd gulp && yarn gulp` in the future, as long as there are no changes to the dependencies. +- Also note that `cd gulp` takes you from the `shapez.io` directory to the `gulp` directory. If you are already in the `gulp` directory (current directory is by the prompt), skip the `cd gulp` command. **SWITCHING BUILD** - If you want to run a specific pull request, run `gh pr checkout [pr number]`