Skip to content

Commit

Permalink
Merge pull request #6 from lividcomet/master
Browse files Browse the repository at this point in the history
Ran into some problems when trying to start the HTTP server on Windows
  • Loading branch information
stephenlb authored Apr 19, 2021
2 parents 8d7f8e2 + 09b858a commit f0a95b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ Python Simple HTTP Server in the same director as the Twitch.TV Subtitles:
Navigate to the Twitch TV Subtitles directory using `cd` command.

For Windows machines use:

```shell
cd twitch-tv-obs-subtitles
python -m http.server 8000
```

For Mac machines use:

```shell
cd twitch-tv-obs-subtitles
python -m SimpleHTTPServer 8080
Expand Down

0 comments on commit f0a95b1

Please sign in to comment.