-
Notifications
You must be signed in to change notification settings - Fork 40
Updating Using Git
MaynardMiner edited this page Jan 23, 2020
·
11 revisions
Requirements
Git must be installed on machine.
- Windows: https://git-scm.com/download/win
- Linux/HiveOS:
sudo apt-get install git
DO NOT use the release. Instead use a cloned version of the repository:
git clone https://github.com/maynardminer/SWARM.git
Before running the next commands, it is always advised miner is closed:
It is always advised to stash your changes prior to switching/pulling a branch, to avoid errors. And checkout...just in case:
git stash
git checkout master
git pull
It may be prudent to have a github account setup in git:
git config --global user.name [username]
git config --global user.email [email]
ALWAYS run
sudo install_linux
after update if using linux version.