Skip to content

Commit 04c92db

Browse files
committed
doc: add installation from release instructions
1 parent 579276f commit 04c92db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ go build
3333
gas.exe # windows
3434
```
3535

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)
3740

3841
### Running gas
3942

@@ -110,7 +113,7 @@ If gas can't find its config file (`gas.json`) it will fallback to its default c
110113
// enables debug mode (verbose logging, extra infos, etc.), default: false
111114
"debug": false,
112115

113-
// enables pulling the latest changes from remote on start, default: true
116+
// enables pulling the latest changes from remote on start, default: true
114117
"pull_on_start": true
115118
}
116119
```

0 commit comments

Comments
 (0)