summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90b6622..a9ebf19 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ $ so -e google -s askubuntu -s stackoverflow -s unix how do i install linux
```
## installation
+
+### release binaries
The quickest installation method is to download the appropriate
binary from the [release artifacts](TODO link). Right now I'm only building the
most common targets, but in theory it should be easy to add more, so if you
@@ -37,13 +39,19 @@ $ curl -LSfs https://samtay.github.io/so/install.sh | \
sh -s -- --git samtay/so
```
-#### cargo
+### cargo
```
cargo install so
```
## documentation
+### configuration
+**TODO** Document config.yml and explain where to find it.
+
+### themes
+**TODO** Explain colors.toml and explain where to find it.
+
### api keys
If you want to use your own [StackExchange API
Key](https://api.stackexchange.com/docs) you can set it via
@@ -85,6 +93,7 @@ Just know that *currently* if you choose this option, and you run the `--lucky`
prompt, you won't be able to resize the terminal window while the TUI is open.
Available backends:
+
- `termion-backend`
- `ncurses-backend`
- `pancurses-backend`