Skip to content

Commit

Permalink
Edit install section
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Do committed Jun 29, 2020
1 parent 3a1b169 commit 1f7981a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,31 @@ npm install -g yarn

### Installation

1: Fork the repository (using the `Fork` button at the top)
> Recommended way: If you want to contribute to this theme or open issues due to problems implementing this on your own, I would recommend forking the repository directly. This makes it easier for me to solve open issues and questions or check pull requests.
2: Clone the repository
1.1: Fork the repository (using the `Fork` button at the top) and then clone the repository

```sh
# Replace {YOUR_USERNAME} with your actual username
git clone https://github.com/{YOUR_USERNAME}/neumorphism.git
```

3: Change directory into neumorphism
or

1.2: Create your own repository (using the green `Use this template` button at the top) and then clone the repository

```sh
# Replace {YOUR_USERNAME}, {YOUR_REPOSITORY} with the actual values
git clone https://github.com/{YOUR_USERNAME}/{YOUR_REPOSITORY}.git
```

2: Change directory into neumorphism

```sh
cd neumorphism
```

4: Install dependencies
3: Install dependencies

```sh
yarn
Expand Down

0 comments on commit 1f7981a

Please sign in to comment.