Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 798 Bytes

source.md

File metadata and controls

45 lines (29 loc) · 798 Bytes

Installation from source

Prerequisites

Verify that you have Go 1.14+ installed

$ go version
go version go1.15.7 linux/amd64

If Go is not installed, follow instructions on the Go website or, on Linux, download with your package manager.

Get the source

Clone this repository:

$ git clone https://github.com/gridscale/gscloud.git
$ cd gsloud/

Build and install

Unix-like systems

# Installs to $GOPATH/bin by default
$ make
$ go install

Windows

TODO

# Build the `gscloud.exe` binary
> go build
> go install

Test

Run gscloud version to check if everything worked.

$ gscloud version
Version:        v0.7.1-14-g28b968e
Git commit:     28b968e01ba1a89102e3637412846d2e0dbe7a9c