mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 19:52:37 +01:00
Merge pull request #6 from peteruhnak/patch-1
Minor fix in the installation snippet
This commit is contained in:
commit
aaf62cd9d8
|
@ -242,7 +242,7 @@ command with the location to the prefix in which you want to install
|
||||||
Bats. For example, to install Bats into `/usr/local`,
|
Bats. For example, to install Bats into `/usr/local`,
|
||||||
|
|
||||||
$ git clone https://github.com/bats-core/bats-core.git
|
$ git clone https://github.com/bats-core/bats-core.git
|
||||||
$ cd bats
|
$ cd bats-core
|
||||||
$ ./install.sh /usr/local
|
$ ./install.sh /usr/local
|
||||||
|
|
||||||
Note that you may need to run `install.sh` with `sudo` if you do not
|
Note that you may need to run `install.sh` with `sudo` if you do not
|
||||||
|
|
Loading…
Reference in New Issue
Block a user