Install - cortile
-### Option 1: Install cortile using release files
+### Option 1: Install cortile via release files
Download [binary files](https://github.com/leukipp/cortile/releases) from `GitHub releases`:
```bash
# coming soon
```
-### Option 2: Install cortile using remote source
+### Option 2: Install cortile via remote source
Install `directly from GitHub` main branch:
```bash
go install github.com/leukipp/cortile@main
```
-### Option 3: Install cortile using local source
+### Option 3: Install cortile via local source
Clone `source code from GitHub` main branch:
```bash
git clone https://github.com/leukipp/cortile.git -b main
@@ -103,7 +103,7 @@ $GOPATH/bin/cortile -v
The configuration file resides under `~/.config/cortile/config.toml` and is created on the first launch using the default values.
Further information's about those values can be found in the comments of the [config.toml](https://github.com/leukipp/cortile/blob/main/config.toml) file.
-[![config](assets/config.gif)](https://github.com/leukipp/cortile)
+[![config](https://raw.githubusercontent.com/leukipp/cortile/main/assets/config.gif)](https://github.com/leukipp/cortile)
### Shortcuts
It may be that some of the keyboard shortcuts are already used by your system. In that case, update the values under the `[keys]` section of the configuration file.