Fix packages.debian.org readme link [skip ci] (#65)

This commit is contained in:
notarun 2022-10-01 01:50:57 +05:30 committed by GitHub
parent 1f018fedcb
commit 36162de575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ goes against what Farside is trying to solve. Use at your own discretion.
## 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)
- (on Debian systems) Install [erlang-dev](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`