🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ composer install
$ npm install
```

### If you choice to use SQLite
### If you choose SQLite

``` bash

Expand All @@ -87,7 +87,7 @@ To this:
* DB_CONNECTION=sqlite
* DB_DATABASE=/path_to_your_project/database/database.sqlite

### If you choice to use PostgreSQL
### If you choose PostgreSQL

1. Install PostgreSQL

Expand Down Expand Up @@ -128,7 +128,7 @@ To this:
* DB_USERNAME=laravel
* DB_PASSWORD=password

### If you choice to use MySQL
### If you choose MySQL

Copy file ".env.example", and change its name to ".env".
Then in file ".env" complete this database configuration:
Expand Down