We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579276f commit 04c92dbCopy full SHA for 04c92db
README.md
@@ -33,7 +33,10 @@ go build
33
gas.exe # windows
34
```
35
36
-#### From release
+#### 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)
40
41
### Running gas
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
- // enables pulling the latest changes from remote on start, default: true
116
+ // enables pulling the latest changes from remote on start, default: true
117
"pull_on_start": true
118
}
119
0 commit comments