mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
update readme - wsl font
Former-commit-id: 9a76d1bdcba6b6ac24214653d528abb4e86f4f3c [formerly 9a76d1bdcba6b6ac24214653d528abb4e86f4f3c [formerly 15100e7a01e5004d8728304318f1b8d257ef3940 [formerly f34f64f9ad446922ddbe9f0261c895cf5dfb0b1a]]] Former-commit-id: 81b20a7c7d45a4b72fbd6b3b821a3dc4434dbdea Former-commit-id: 30eeacf86788374f983a94ddc9290ed01bfe8d21 [formerly 0605c8408c3979f7a82454383ab32faf4cd86d2f] Former-commit-id: 08f11d8f6b3af3fb6d5e237797e8156a4ef6d338
This commit is contained in:
parent
8aba631a63
commit
820fdca0cd
@ -39,6 +39,10 @@ Make sure to have [go](https://golang.org/) (1.9+) installed, then do:
|
||||
go get -u github.com/miguelmota/cointop
|
||||
```
|
||||
|
||||
### Windows WSL
|
||||
|
||||
You'll need additional font support for Windows WSL. Please see the [wiki](https://github.com/miguelmota/cointop/wiki/Windows-Command-Prompt-and-WSL-Font-Support) for instructions.
|
||||
|
||||
### Snap
|
||||
|
||||
cointop is also available as a [snap](https://snapcraft.io/cointop) for Linux users.
|
||||
@ -264,6 +268,7 @@ Action|Description
|
||||
- Q: I installed cointop without errors but the command is not found.
|
||||
|
||||
- A: Make sure your `GOPATH` and `PATH` is set correctly.
|
||||
|
||||
```bash
|
||||
export GOPATH=$HOME/go
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
@ -298,10 +303,14 @@ Action|Description
|
||||
- A: Make sure that your terminal has the encoding set to UTF-8 and that your terminal font supports UTF-8.
|
||||
|
||||
You can also try running cointop with the following environment variables:
|
||||
|
||||
```bash
|
||||
LANG=en_US.utf8 TERM=xterm-256color cointop
|
||||
```
|
||||
|
||||
If you're on Windows WSL, please see the [wiki](https://github.com/miguelmota/cointop/wiki/Windows-Command-Prompt-and-WSL-Font-Support) for font support instructions.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Released under the MIT license.
|
||||
|
Loading…
Reference in New Issue
Block a user