Skip to content

Commit 550af9b

Browse files
authored
Update install instructions
1 parent 3dc31f4 commit 550af9b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ A tool to manage your PHP School workshops. Search, install, update & remove wor
2222

2323
## Installation
2424

25-
First head on over to the [download page and grab the latest package](https://php-school.github.io/workshop-manager/)
26-
27-
Once downloaded follow the [instructions in the docs](https://www.phpschool.io/install)
25+
```
26+
curl https://php-school.github.io/workshop-manager/workshop-manager.phar
27+
mv workshop-manager.phar /usr/local/bin/workshop-manager
28+
chmod +x /usr/local/bin/workshop-manager
29+
workshop-manager verify
30+
```
31+
32+
This snippet downloads the phar package (an executable PHP package) and moves it to a common install directory, makes it executable and then runs the workshop manager's verify command. You should see some green success messages if everything went will.
2833

29-
Run the [verify command](#verify) to make sure your installation is ready to go!
3034

3135
## Usage / Commands
3236

@@ -153,4 +157,4 @@ Hmmmmm tests, we all love a good test! To run the suite use PHPUnit like so...
153157
composer test
154158
```
155159

156-
_<p align="center">Made with :heart: by the PHPSchool Team</p>_
160+
_<p align="center">Made with :heart: by the PHPSchool Team</p>_

0 commit comments

Comments
 (0)