Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Oct 6, 2021
1 parent bf37668 commit 6b033b3
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,11 @@ definitely confusing.

For now, you can do the following:

* Build the `medusa.phar` file
* Download `medusa.phar` from https://github.com/instaclick/medusa/releases
* Build the `satis.phar` file from https://github.com/composer/satis using `box.phar` from https://github.com/box-project/box/releases
```
cd medusa
php -dread.only=0 bin/compile
```
* Build the `satis.phar` file from https://github.com/composer/satis using https://github.com/box-project/box
```
cd box
make
...
cd satis
box compile
box.phar compile
```
* Put them both in a folder on your machine
* Inside of that folder, create a `web/` and a `web/repositories/` folder
Expand Down

0 comments on commit 6b033b3

Please sign in to comment.