mirror of https://github.com/liamg/aminal.git
Update README.md
This commit is contained in:
parent
1d82f48f8b
commit
9142e9b28c
11
README.md
11
README.md
|
@ -33,14 +33,6 @@ Ensure you have your latest graphics card drivers installed before use.
|
|||
- Multi platform support
|
||||
- Sixel support
|
||||
|
||||
## What isn't supported?
|
||||
|
||||
- Suspend/Continue (\^S, \^Q). This is archaic bullshit that annoys more people than it helps. Basically:
|
||||
|
||||
<p align="center">
|
||||
<img alt="Overheating" src="https://imgs.xkcd.com/comics/workflow.png"/>
|
||||
</p>
|
||||
|
||||
## Platform Support
|
||||
|
||||
| Platform | Supported |
|
||||
|
@ -60,6 +52,8 @@ Ensure you have your latest graphics card drivers installed before use.
|
|||
|
||||
### Build
|
||||
|
||||
Building requires Go 1.11 (for `go mod`).
|
||||
|
||||
```
|
||||
git clone https://github.com/liamg/aminal.git
|
||||
cd aminal
|
||||
|
@ -79,7 +73,6 @@ go build
|
|||
| Paste | ctrl + shift + v |
|
||||
| Google selected text | ctrl + shift + g |
|
||||
| Report bug in aminal | ctrl + shift + r |
|
||||
| Explain text | ctrl + shift + click |
|
||||
| Toggle slomo | ctrl + shift + ; |
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Reference in New Issue