You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Then you can use the SinusBot API via the `SinusBot\API` class.
22
22
23
23
### via Source
24
24
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`:
26
26
27
27
```php
28
-
require __DIR__ . '/../src/autoload.php';
28
+
require __DIR__ . '/sinusbot/src/autoload.php';
29
29
```
30
30
31
31
Then you can use the SinusBot API via the `SinusBot\API` class.
0 commit comments