Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ The CollabVM server requires the following to be installed on your server:

### Installing dependencies on Debian

TODO
1. Install dependencies: `sudo apt-get install -y git nasm build-essential cmake curl`
2. Install nodeJS: `curl -fsSL https://deb.nodesource.com/setup_21.x | sudo bash - && sudo apt-get install nodejs -y`
3. Install Rust toolchain: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` then logout and relogin
4. Enable corepack: `sudo corepack enable`

## Running

Expand Down