Skip to content

Commit e46fa09

Browse files
authored
docs(Readme): Simplifies setup
1 parent 4bcc8d9 commit e46fa09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
### Development: Installation
1111

12-
1. [Install the latest version of Git for version control.](https://git-scm.com/downloads)
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`.
12+
Do not use sudo for any of these installations or commands. If you're working on Learning Locker Enterprise, please make sure you've followed the [Enterprise Development Setup](https://github.com/LearningLocker/enterprise/blob/master/README.md#development-setup) first.
13+
14+
#### Setup Repository
15+
1616
1. Change to your Documents directory (or whichever directory you want to contain the repository) with `cd ~/Documents`.
1717
1. Clone the repository with `git clone [email protected]:LearningLocker/xapi-service.git`.
1818
1. Switch to the repository directory with `cd xapi-service`.

0 commit comments

Comments
 (0)