Update README.md (#124)

This commit is contained in:
Liam Galvin 2019-01-07 12:14:23 +00:00 committed by GitHub
parent a8ed9d472e
commit c60ca4778a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
[![Slack](https://img.shields.io/badge/slack-%23aminal-%23ffcc00.svg)](http://gophers.slack.com/messages/aminal) [![Slack](https://img.shields.io/badge/slack-%23aminal-%23ffcc00.svg)](http://gophers.slack.com/messages/aminal)
![License](https://img.shields.io/github/license/liamg/aminal.svg) ![License](https://img.shields.io/github/license/liamg/aminal.svg)
Aminal is a modern terminal emulator for Mac/Linux implemented in Golang and utilising OpenGL. Aminal is a modern terminal emulator for Mac/Linux/Windows implemented in Golang and utilising OpenGL.
![Demo GIF](demo.gif) ![Demo GIF](demo.gif)
@ -41,7 +41,9 @@ brew install aminal
### Windows ### Windows
Dev environment setup instructions are available [there](windows.md). You can run Aminal with a binary from the [releases](https://github.com/liamg/aminal/releases) page.
Dev environment setup instructions are available [here](windows.md).
### Prebuilt Binaries ### Prebuilt Binaries
@ -97,7 +99,7 @@ Aminal looks for a config file in the following places, and stops when it finds
* `$HOME/.config/aminal/config.toml` * `$HOME/.config/aminal/config.toml`
* `$HOME/.aminal.toml` * `$HOME/.aminal.toml`
Note that on Windows Aminal uses `%USERPROFILE%` environment variable instead of `$HOME` Note that on Windows Aminal uses `%USERPROFILE%` environment variable instead of `$HOME`.
It will write a config file to whichever of those directories exists (preferring the top of the list) the first time it runs, if one doesn't already exist. It will write a config file to whichever of those directories exists (preferring the top of the list) the first time it runs, if one doesn't already exist.