Skip to content

Commit

Permalink
Edit install directions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Jan 16, 2024
1 parent 827257b commit b5ff6e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/src/code_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ machine.

To do so:

1. Open a git bash terminal on Windows (you can find this via a start menu search), or a terminal on Linux
1. Open a CMD prompt on Windows (you can find this via a start menu search), or a terminal on Linux
2. Use the `cd` command to navigate to the directory you want to keep your code in. For
example: `cd C:\users\andy\documents\code\` on Windows or
`cd ~\Documents\code` on *nix.
1. Keep in mind that some Windows systems have the documents folder direct to onedrive, so documents may not
actually be in users\user\Documents
3. Clone the repo using: `git clone https://github.com/andyblarblar/tinykart-academy`
4. You should now see a folder called "tinykart-academy" which contains the codebase

Expand Down

0 comments on commit b5ff6e6

Please sign in to comment.