We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60fce1 commit 1e22547Copy full SHA for 1e22547
readme.md
@@ -13,6 +13,7 @@
13
1. [Install the latest version of N for managing Node and NPM versions.](https://github.com/tj/n#third-party-installers)
14
1. [Install the latest version of Docker.](https://docs.docker.com/get-docker/)
15
1. Install the latest version of yarn for dependency management with `npm i -g yarn`.
16
+1. Change to your Documents directory (or whichever directory you want to contain the repository) with `cd ~/Documents`.
17
1. Clone the repository with `git clone [email protected]:LearningLocker/xapi-service.git`.
18
1. Switch to the repository directory with `cd xapi-service`.
19
1. Install dependencies with `yarn`.
0 commit comments