Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Feb 8, 2023
1 parent b075ff8 commit aee39a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

* 安装 PostgreSQL 及 pgroonga
* 使用 `createdb` 命令创建数据库
* 使用 `postgre` 用户身份连接到该数据库,并执行 `CREATE EXTENSION pgroonga;`
* 使用 `postgres` 用户身份连接到该数据库,并执行 `CREATE EXTENSION pgroonga;`
* 导入 `dbsetup.sql` 脚本,如 `psql DBNAME < dbsetup.sql`

运行
Expand Down

0 comments on commit aee39a1

Please sign in to comment.