We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40f394 commit f11e657Copy full SHA for f11e657
1 file changed
README.md
@@ -21,10 +21,14 @@ Editor can be found here: [StorageAPI_Editor](https://github.com/ToxicTree/Stora
21
</table>
22
23
##### Install
24
- git clone https://github.com/ToxicTree/StorageAPI.git
25
- cd StorageAPI
26
- composer install
+```bash
+git clone https://github.com/ToxicTree/StorageAPI.git
+cd StorageAPI
27
+composer install
28
+```
29
30
##### Running development server
- cd public
- php -S localhost:8000
31
32
+cd public
33
+php -S localhost:8000
34
0 commit comments