mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-03 01:33:14 +08:00
Fix typo: '...bash or zsh...'
This commit is contained in:
parent
0e6b6e064a
commit
69f5ce01b6
|
@ -143,7 +143,7 @@ Go >= 1.5 is required. Linux is fully supported. It is likely to work on BSDs an
|
|||
|
||||
The main binary can be installed using `go get github.com/elves/elvish`. There is also an auxiliary program called elvish-stub; install it with `make stub`. Elvish is funtional without the stub, but job control features depend on it.
|
||||
|
||||
If you are lazy and use `bash` for `zsh` now, here is something you can copy-paste into your terminal:
|
||||
If you are lazy and use `bash` or `zsh` now, here is something you can copy-paste into your terminal:
|
||||
|
||||
```sh
|
||||
export GOPATH=$HOME/go
|
||||
|
|
Loading…
Reference in New Issue
Block a user