Installing current version from source control repository
Simply clone the repository:
git clone https://github.com/space-sh/space
The master branch is referred as the current version of Space. For stable releases, please checkout a specific Git tag (see also: git tag
).
Installing from source control
After cloning the repository, from the root directory call Space for installing itself on the system:
./space /install/
Previous: Installing from latest tarball
Next: Installing latest stable version from space.sh
Edit this page