This commit is contained in:
Qolzam
2018-02-04 17:23:52 +07:00
parent cc061b1a85
commit 865946500a

View File

@@ -72,7 +72,14 @@ and then install the package
### Installing
1. Fork the [react-social-network](https://github.com/Qolzam/react-social-network) repository on Github
1. Clone your fork to your local machine `git clone git@github.com:<yourname>/react-social-network.git`
1. Clone your fork to your local machine
```bash
git clone git@github.com:<yourname>/react-social-network.git
```
1. Go to the project root directory
```bash
cd react-social-network
```
1. To install node dependencies use
```bash
npm install