-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix up README - Add installation instructions and show how to build from source - Move docs to source - Add colorful picture from https://carbon.now.sh/. Things still missing - Some examples - Build instructions for Windows Fixes #93
- Loading branch information
Showing
4 changed files
with
62 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 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](https://golang.org/doc/install) 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 | ||
|
||
```sh | ||
# Installs to $GOPATH/bin by default | ||
$ make | ||
$ go install | ||
``` | ||
|
||
### Windows | ||
|
||
TODO | ||
|
||
## Test | ||
|
||
Run `gscloud version` to check if everything worked. | ||
|
||
$ gscloud version | ||
Version: v0.7.1-14-g28b968e | ||
Git commit: 28b968e01ba1a89102e3637412846d2e0dbe7a9c |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.