We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0c5b6 commit 84e5a7eCopy full SHA for 84e5a7e
1 file changed
installation.md
@@ -8,10 +8,10 @@ nav_order: 2
8
# Installation
9
{: .no_toc }
10
11
-Before install this package, you should have **PHP** installed on your machine.
+Before install this package, you should have **PHP >= 7.x** installed on your machine.
12
{: .fs-6 .fw-300 }
13
14
* Download standalone binary from [releases](https://github.com/bb-cli/bb-cli/releases)
15
-* Move downloaded file to path like `mv bb.phar /usr/local/bin/bb`
+* Move downloaded file to path like `mv bb /usr/local/bin/bb`
16
* For testing `bb help`
17
-* Let's move on to the [auth.](/authentication)
+* Let's move on to the [auth.](/authentication)
0 commit comments