Index: README.md |
diff --git a/README.md b/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..afd0c8e792d412065ebad7986bba6d88de5d277b |
--- /dev/null |
+++ b/README.md |
@@ -0,0 +1,13 @@ |
+Skia-Buildbot Repository |
+======================== |
+ |
+This repo contains infrastructure code for Skia. |
+ |
+ |
+Database Setup for Testing |
+========================== |
+Tests which use the database package's LocalTestDatabaseConfig require you to |
+have a MySQL instance running with a database named "sk_testing" and users |
+called "test_rw" and "test_root" with appropriate permissions for sk_testing. |
+setup_test_db script is included in go/database for convenience in setting up |
+this test database and user. |