diff options
| author | invokah <9256860+invokah@users.noreply.github.com> | 2022-05-18 18:55:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 16:55:23 -0600 |
| commit | c1ed4ff60dd5711602d70b7aae18bf6733a2cad6 (patch) | |
| tree | 51c631be4de9930231c4edaa3ee79e331dc2a955 /README.md | |
| parent | e8518fc83b8e573e9a79da9f48162970ef6832ed (diff) | |
| download | farside-c1ed4ff60dd5711602d70b7aae18bf6733a2cad6.tar.gz | |
Add required debian package to README [skip ci] (#35)
Add a required package (erlang dev) for debian people hoping to run farside
themselves
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |
