Skip to content

Commit 7f1d435

Browse files
authored
Update README.md
1 parent 4fd5a81 commit 7f1d435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Written in js because:
88
Using this requires [Node.js](https://nodejs.org/en) and a list of dependencies is listed in [package.json](https://github.com/Brambles-cat/ArchiveToCytube/blob/main/package.json)
99

1010
## Usage
11-
Firstly, the variables in .env need to be configured. Then in the command prompt, navigate to the same directory as index.js and run
11+
Firstly, the `CHANNEL` variable in .env must be set to the name of the Cytube channel the program should run using. Several settings in this file can also be modified to change how the program behaves. Then in the command prompt, navigate to the same directory as index.js and run
1212
```bash
1313
node index.js
1414
```

0 commit comments

Comments
 (0)