Bureaucrats, Check users, Interface administrators, Push subscription managers, Suppressors, Administrators
478
edits
No edit summary |
|||
== Compiling the server<br> ==
=== Install Dependencies ===
First up make sure you have git
{{code|lang=bash|
$ sudo pacman --needed --noconfirm -Sy git nasm rust # Arch
$ sudo apt-get install -y git nasm # Debian▼
}}
▲$ sudo apt-get install -y git nasm
Next, we need to install Node.js.
First, we'll install node. On arch, you can just run the following command:
|