Skip to content

Instantly share code, notes, and snippets.

@xinzweb
Created November 22, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xinzweb/c8dd6ee37b65c71a0c72e453cf8bf3c4 to your computer and use it in GitHub Desktop.
Save xinzweb/c8dd6ee37b65c71a0c72e453cf8bf3c4 to your computer and use it in GitHub Desktop.
# package dependences
sudo apt install pkg-config
sudo apt install libssl-dev
# build toolchain
sudo apt-get install curl
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
rustup default nightly
# build
git clone https://github.com/kejadlen/git-together.git
cd git-together/
cargo build
# install
cargo install --path .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment