Installing Spaces
Installing Spaces
spaces
is a statically linked binary. Download it from Github.
Install spaces
at $HOME/.local/bin
:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/work-spaces/install-spaces/refs/heads/main/install.sh)"
The command above requires
curl
,unzip
andsed
.
Install from source using cargo
:
git clone https://github.com/work-spaces/spaces
cd spaces
cargo install --path=crates/spaces --root=$HOME/.local --profile=release
Use spaces
in github actions with https://github.com/work-spaces/install-spaces.