Created
November 22, 2019 18:34
-
-
Save xinzweb/c8dd6ee37b65c71a0c72e453cf8bf3c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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