Skip to content

Commit e9dc3e3

Browse files
committed
Include database setup in README
1 parent db61787 commit e9dc3e3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ You can support the development of this project [on Patreon](https://www.patreon
2424

2525
## Getting Started
2626

27-
Import the schema in schema.sql, then run:
28-
2927
```bash
28+
# Set up database
29+
# - Log into MySQL and run:
30+
# CREATE DATABASE readas;
31+
# - Import the schema:
32+
mysql -u YOURUSERNAME -p readas < schema.sql
33+
34+
# Install the application
3035
go get github.com/writeas/Read.as
3136
cd $GOPATH/src/github.com/writeas/Read.as
3237
make install

0 commit comments

Comments
 (0)