Update README.md

This commit is contained in:
sporb
2023-02-09 16:12:39 -05:00
committed by GitHub
parent 733740e001
commit 7e12fe0dc3

View File

@@ -3,5 +3,6 @@ This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta
## Running
1. Copy config.example.toml to config.toml, and fill out fields
2. Build it: `npm run build`
3. Run it: `npm run serve`
2. Install dependencies: `npm i`
3. Build it: `npm run build`
4. Run it: `npm run serve`