diff --git a/README.md b/README.md index 9c73362..9dd2760 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ This is a NodeJS project that tests the 'MUST' requirements of the [xAPI Spec](h ### Installation -In the project working directory run the following commands. +Clone and install ```bash +$ git clone https://github.com/RiptideCloud/lrs-conformance-tests.git +$ cd lrs-conformance-tests $ npm install $ npm link ```