Installation
Build and install the Uptick binaries from source or using Docker.
Pre-requisites
Install Go
go version
Install Binaries
GitHub
Clone and build Uptick using git
:
git clone https://github.com/UptickNetwork/uptick.git
cd uptick
git checkout <version>
make install
Check that the uptickd
binaries have been successfully installed:
uptickd version
Last updated