UserVM Handbook: Difference between revisions

no edit summary
No edit summary
No edit summary
(collabvm) $ pwd # This should output /srv/collabvm
}}
Install the Rustup toolchain for the CollabVM user:
{{code|lang=bash|<nowiki>
(collabvm) $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
</nowiki>}}
Now, we can clone the CollabVM Server source code:
{{code|