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 8136a98 commit c680f13Copy full SHA for c680f13
Website/README.md
@@ -1,4 +1,4 @@
1
-# Machine Learning Repos COntributing Guidelines
+# Machine Learning Repos Contributing Guidelines
2
3
## Prerequisites ⚠️
4
@@ -10,7 +10,7 @@
10
11
### Setup guidelines 🪜
12
13
-**Follow these steps to setup HelpOps-Hub on your local machine 👇**
+**Follow these steps to setup Machine-Learning-Repos on your local machine 👇**
14
15
- [Fork](https://github.com/recodehive/machine-learning-repos/fork) the repository
16
- Clone the forked repository in your local system.
@@ -24,6 +24,7 @@
24
```
25
- Now install dependency
26
```bash
27
+ cd server
28
npm install
29
30
- Setup env file
0 commit comments