1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-19 18:38:42 +00:00

Add required debian package to README [skip ci] (#35)

Add a required package (erlang dev) for debian people hoping to run farside
themselves
This commit is contained in:
invokah 2022-05-18 18:55:23 -04:00 committed by GitHub
parent e8518fc83b
commit c1ed4ff60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,9 +83,9 @@ Farside also has built-in IP ratelimiting for all requests, enforcing only one
request per second per IP.
## Development
- Install [redis](https://redis.io)
- Install [elixir](https://elixir-lang.org/install.html)
- (on Debian systems) Install [erlang-dev](https://https://packages.debian.org/sid/erlang-dev)
- Start redis: `redis-server`
- Install dependencies: `mix deps.get`
- Initialize redis contents: `mix run -e Farside.Instances.sync`