Skip to content

Commit cd3d3ba

Browse files
authored
readme: use the latest release instead of master
1 parent 6190638 commit cd3d3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Then you can use the SinusBot API via the `SinusBot\API` class.
2222

2323
### via Source
2424

25-
Download or clone this repository to your disk. After that require the autoload.php:
25+
Download and extract the latest release [here](https://github.com/SinusBot/api-php/releases/latest). Rename the folder to `sinusbot`, after that require the `autoload.php`:
2626

2727
```php
28-
require __DIR__ . '/../src/autoload.php';
28+
require __DIR__ . '/sinusbot/src/autoload.php';
2929
```
3030

3131
Then you can use the SinusBot API via the `SinusBot\API` class.

0 commit comments

Comments
 (0)