Create README.md

This commit is contained in:
Daniel Ginovker 2020-09-23 11:03:49 -04:00 committed by GitHub
parent 95e5541e50
commit 9ebc73902e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# 2009 RSPS website
## Setting up
1. Import runescape.sql into a database named "runescape"
2. Edit includes/config.php as needed
3. Run `php -S 127.0.0.1:4000 index.php`
Originally made by [jarryd229](https://github.com/jarryd229)