mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
Correct package names for Arch local development (#222)
This commit is contained in:
parent
b04dcb83a4
commit
749e08b19f
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ sudo apt update && sudo apt install yarn
|
|||
Arch-based distro:
|
||||
|
||||
```bash
|
||||
sudo pacman -S git cargo libssl-dev pkg-config libpq-dev curl
|
||||
# install yarn (stable)
|
||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
sudo pacman -S git cargo openssl pkg-config postgresql-libs curl yarn
|
||||
```
|
||||
|
||||
macOS:
|
||||
|
|
Loading…
Reference in a new issue