Bureaucrats, Check users, Interface administrators, Push subscription managers, Suppressors, Administrators
478
edits
== Compiling the server<br> ==
=== Install Dependencies ===
First up make sure you have git, nasm, and a Rust toolchain installed
On Arch:
{{code|lang=bash|
$ sudo pacman --needed --noconfirm -Sy git nasm rust
$ sudo apt-get install -y git # Debian▼
}}
On Debian:
{{code|lang=bash|<nowiki>
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
</nowiki>}}
Next, we need to install Node.js.
First, we'll install node. On arch, you can just run the following command:
|