Skip to content

Commit 4e4e180

Browse files
committed
docs: update Readme.md
1 parent 9be57d8 commit 4e4e180

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,24 @@
44

55
# Website Kickstarter for Herbie CMS
66

7+
With the Kickstarter, you can create a new website in no time, install all dependencies and launch the website in your development environment.
8+
79
## Supported PHP Versions
810

9-
- 8.0 / 8.1 / 8.2 / 8.3
11+
8.0 / 8.1 / 8.2 / 8.3
1012

11-
## Run Website Using PHP and Composer
13+
## Launch Website Using PHP and Composer
1214

1315
Create project and install dependencies.
1416

1517
composer create-project getherbie/start-website mywebsite
1618

17-
In your terminal go to the web directory and start the built-in web server.
19+
Go to the `web` directory and start PHPs built-in web server.
1820

1921
cd mywebsite/web
2022
php -S localhost:8888 index.php
2123

22-
Now, open <http://localhost:8888> with your browser.
23-
That’s all it takes!
24+
Open <http://localhost:8888> with your browser.
2425

2526
If you need additional console output or logging information, set the debug environment variable.
2627

@@ -32,7 +33,7 @@ If you want to debug using Xdebug (3.x), start the web server as follows.
3233

3334
For this to work, Xdebug must of course be installed.
3435

35-
## Run Website Using Docker and Docker Compose
36+
## Launch Website Using Docker and Docker Compose
3637

3738
Create project and install dependencies.
3839

0 commit comments

Comments
 (0)