Skip to content

Commit

Permalink
Merge pull request #22 from sophearahsp/readme-setup-ffmpeg
Browse files Browse the repository at this point in the history
Add ffmpeg as prereq in README
  • Loading branch information
changesbyjames authored Nov 29, 2024
2 parents 88df948 + 96b14df commit 9daf86c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion census/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
1. Clone the repository.
2. Ensure you have `pnpm` installed and run `pnpm install`.
3. Ensure you have `docker` installed and running on your machine.
4. Clone `./api/.env.example` and rename as `./api/.env` and configure it as follows.
4. Ensure you have [`ffmpeg`](https://www.ffmpeg.org/) installed
- MacOS: run `brew install ffmpeg`
5. Clone `./api/.env.example` and rename as `./api/.env` and configure it as follows.

### Twitch setup

Expand Down

0 comments on commit 9daf86c

Please sign in to comment.