File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ go build
33
33
gas.exe # windows
34
34
```
35
35
36
- #### From release
36
+ #### From release (unix)
37
+
38
+ - download executable from latest release
39
+ - move the ` gas ` -executable to a directory in the path, for linux: ` mv ./gas /usr/bin ` (this might require elevated privileges)
37
40
38
41
### Running gas
39
42
@@ -110,7 +113,7 @@ If gas can't find its config file (`gas.json`) it will fallback to its default c
110
113
// enables debug mode (verbose logging, extra infos, etc.), default: false
111
114
" debug" : false ,
112
115
113
- // enables pulling the latest changes from remote on start, default: true
116
+ // enables pulling the latest changes from remote on start, default: true
114
117
" pull_on_start" : true
115
118
}
116
119
```
You can’t perform that action at this time.
0 commit comments