Skip to content

Commit cbe5942

Browse files
authored
Update README.md
1 parent a357ab5 commit cbe5942

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# streamscope
2-
streamscope allows you to record Twitch streams in real time for archival purposes.
2+
streamscope automates the recording of Twitch streams in real-time for archival purposes.
33
CLI-only, rather easy to set-up and use.
44

55
![image](https://github.com/MasterIO02/streamscope/assets/40836390/42b0d33c-b2ab-41db-b76d-b56ebdafde8f)
@@ -11,13 +11,13 @@ CLI-only, rather easy to set-up and use.
1111
- Adding and removing streamers to monitor can be done in real-time
1212

1313
## Usage
14-
streamscope is a standalone application that should run on about any Linux machine, however it requires 2 third-party applications to work correctly:
14+
streamscope is a standalone application that should run on any recent Linux OS, however it requires 2 third-party applications to work correctly:
1515
- [streamlink](https://github.com/streamlink/streamlink): used to record the live streams
1616
- [ffmpeg](https://ffmpeg.org): used to post-process recordings
1717

1818
Make sure to have them installed and available either in the same directory as streamscope or in the PATH.
1919

20-
streamscope cannot run on Windows as it depends on Linux built-in commands (the "kill" command).
20+
streamscope cannot run on Windows as it depends on built-in Linux commands.
2121

2222
1. Run streamscope once to have it generate a config.json file
2323
2. Fill or edit settings in that fresh config.json file

0 commit comments

Comments
 (0)