We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db61787 commit e9dc3e3Copy full SHA for e9dc3e3
README.md
@@ -24,9 +24,14 @@ You can support the development of this project [on Patreon](https://www.patreon
24
25
## Getting Started
26
27
-Import the schema in schema.sql, then run:
28
-
29
```bash
+# Set up database
+# - 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
35
go get github.com/writeas/Read.as
36
cd $GOPATH/src/github.com/writeas/Read.as
37
make install
0 commit comments