Last active
August 4, 2021 13:20
-
-
Save synthetic-intelligence/1d505b026f36bf697e78c3bb7bb4f06a to your computer and use it in GitHub Desktop.
install amp [ubuntu, debian]
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
#!/bin/bash | |
sudo apt-get update -y | |
sudo apt-get install -y git libxcb1-dev libssl-dev zlib1g-dev cmake python3 cargo | |
git clone https://github.com/jmacdonald/amp.git | |
cd amp | |
cargo install amp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment