Skip to content

Commit 78f1d69

Browse files
authored
Update README.md
1 parent 7bb728b commit 78f1d69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ To run this blog system, you need the following software and tools installed on
2828
## Installation
2929

3030
- Clone the repository or download the source code.
31-
- Run composer install to install the required dependencies.
31+
- Run `composer install` to install the required dependencies.
3232
- Create a new MySQL database for the blog system.
3333
- Copy the `.env.example` file to `.env` and configure your database connection settings.
34-
- Run php artisan key:generate to generate an application key.
35-
- Run php artisan migrate to create the necessary database tables.
36-
- (Optional) Run php artisan db:seed to populate some sample data.
34+
- Run `php key.php` to generate an application key.
35+
- Run `php migrate.php` to create the necessary database tables.
36+
- (Optional) Run `php seed.php` to populate some sample data.
3737

3838
## Configuration
3939

0 commit comments

Comments
 (0)