From 69f5ce01b6c25482007dd284cccb5b6c6bba5a19 Mon Sep 17 00:00:00 2001 From: Rob Warner Date: Mon, 18 Jul 2016 13:08:16 -0400 Subject: [PATCH] Fix typo: '...bash or zsh...' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db09f6a..7b4b1aa8 100644 --- a/README.md +++ b/README.md @@ -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