1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00

Minor fix in the install command

This commit is contained in:
Peter Uhnak 2017-09-25 10:07:42 +02:00 committed by GitHub
parent c85f340f1e
commit 3a6efc03cf

View File

@ -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