aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 15:47:02 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 15:47:02 +0000
commit91927d5a11fbbebf70e4f8d357139eb16e69f145 (patch)
treeeb570cf2f08618c9c33617810f3b786279571cc6 /README.md
parent9e6de750aac75d27e04499cc098d22c2c55b3622 (diff)
updated readmeHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e405d8..d644aef 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ https://solutionsrepo-prod.herokuapp.com/
### Github
In order to run the web app locally from your computer please follow the following steps:
-1. Clone the repository into your desired directory from: https://github.com/HumairAK/solutions_repo
+1. Clone the repository into your desired directory from: https://gitlab.com/kdam0/solutions_repo
2. Make sure node.js and npm are installed on your computer. If not, the easiest way to do this is using Homebrew.
3. Run: npm install from the root directory
4. Run: node app.js to run the server