You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Prepare directory
$ mkdir -p ${GOPATH:-$HOME}/src/github.com/CS-SI
# Clone SafeScale
$ cd${GOPATH:-$HOME}/src/github.com/CS-SI
$ git clone https://github.com/CS-SI/SafeScale
$ cd SafeScale
$ git checkout -b develop -t origin/develop
$ go mod tidy
# Show help
$ make
# Build SafeScale
$ make all
# Copy the binaries to $HOME/go/bin
$ make install