rkwyu commited on
Commit ·
8c0e214
1
Parent(s): f6f0c71
Fix typo
Browse files
README.md
CHANGED
|
@@ -15,11 +15,11 @@ Please make sure the following tool(s) / application(s) are properly setup and r
|
|
| 15 |
## Setup ##
|
| 16 |
1. Download repository
|
| 17 |
```console
|
| 18 |
-
git clone https://github.com/rkwyu/
|
| 19 |
```
|
| 20 |
2. Install dependencies
|
| 21 |
```console
|
| 22 |
-
cd ./
|
| 23 |
npm install
|
| 24 |
```
|
| 25 |
|
|
|
|
| 15 |
## Setup ##
|
| 16 |
1. Download repository
|
| 17 |
```console
|
| 18 |
+
git clone https://github.com/rkwyu/scribd-dl
|
| 19 |
```
|
| 20 |
2. Install dependencies
|
| 21 |
```console
|
| 22 |
+
cd ./scribd-dl
|
| 23 |
npm install
|
| 24 |
```
|
| 25 |
|