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 b64a5f6 commit 827ceaaCopy full SHA for 827ceaa
README.md
@@ -4,10 +4,15 @@ Command-line utility that slices an input image into segments according to speci
4
5
## Install
6
7
-- `git clone https://github.com/thinknathan/node-image-slice`
8
-- `npm i`
9
-or
10
-- `yarn`
+1. Install [Nodejs](https://nodejs.org/en) or equivalent
+
+2. Clone this project
+ `git clone https://github.com/thinknathan/node-image-slice`
11
12
+3. Install dependencies
13
+ `npm i`
14
+ or
15
+ `yarn`
16
17
## Usage
18
0 commit comments