Browse Source

README changes

pull/40/head
Savetheinternet 14 years ago
parent
commit
01afb9d0c1
  1. 3
      README.md

3
README.md

@ -8,7 +8,8 @@ Tinyboard is not currently at a stable state.
[o]: http://omegadev.org/ [o]: http://omegadev.org/
## Installation ## Installation
1. Tinyboard requires a MySQL database and a user to work. Create one. An automated installation script will be completed soon.
1. Tinyboard requires an SQL database and a user to work. Create one.
2. Import 'install.sql' into the database. There are several ways to do this. 2. Import 'install.sql' into the database. There are several ways to do this.
- using phpMyAdmin - using phpMyAdmin
- `mysql -uUSERNAME -pPASSWORD DATABASE < install.sql` - `mysql -uUSERNAME -pPASSWORD DATABASE < install.sql`

Loading…
Cancel
Save