Skip to content

Commit

Permalink
adding configuration section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mandriota committed Jul 15, 2023
1 parent 9e7ddaf commit 7ebdfb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ Enter the following command in your terminal to find go/bin directory:
```
echo `go env GOPATH`/bin
```

## Configuration
Config is read from `$HOME/.config/wat/wat.toml`

### Default config:
```toml
[appearance]
# Background ANSI Color. Must be from 0 to 15.
background = 6
```

0 comments on commit 7ebdfb1

Please sign in to comment.