Skip to content

Commit 827ceaa

Browse files
committed
Update README.md
1 parent b64a5f6 commit 827ceaa

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ Command-line utility that slices an input image into segments according to speci
44

55
## Install
66

7-
- `git clone https://github.com/thinknathan/node-image-slice`
8-
- `npm i`
9-
or
10-
- `yarn`
7+
1. Install [Nodejs](https://nodejs.org/en) or equivalent
8+
9+
2. Clone this project
10+
`git clone https://github.com/thinknathan/node-image-slice`
11+
12+
3. Install dependencies
13+
`npm i`
14+
or
15+
`yarn`
1116

1217
## Usage
1318

0 commit comments

Comments
 (0)