Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from eliyya/master
Browse files Browse the repository at this point in the history
Arch Dependencies
  • Loading branch information
davidzeng0 authored May 6, 2023
2 parents 029f33b + 3881752 commit 7eee08f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,23 @@ Audio Player interface for Discord.js

*Sange and Yasha, when attuned by the moonlight and used together, become a very powerful combination.*

### prerequisites
### Prerequisites
Only compiles on Linux or WSL2+.

1. Install [sange](https://github.com/davidzeng0/sange) dependencies
2. libsodium
3. libtool
4. protoc

### install
### Install
```bash
# dependencies
# Debian dependencies
apt install libsodium-dev libtool protobuf-compiler

# Arch dependencies
yay -Sy cmake protobuf
npm i -g protoc-gen-js

# install
npm i git://github.com/davidzeng0/yasha.git
```
Expand Down

0 comments on commit 7eee08f

Please sign in to comment.