Index: docs/quickstart.md |
diff --git a/docs/quickstart.md b/docs/quickstart.md |
index 601ecf4f4f75eee134b4b18e7181d815ad29f001..9a7b01cb5e2905b49d11da6f1761dca1df12140b 100644 |
--- a/docs/quickstart.md |
+++ b/docs/quickstart.md |
@@ -1,6 +1,15 @@ |
Skia Quickstart Guide |
===================== |
+ |
+WARNING: Several steps in this guide are out of sync with our automatically- |
+tested, officially-supported processes for checking out and building Skia. |
+The officially supported processes are the ones documented in skiadocs; see |
+https://sites.google.com/site/skiadocs/user-documentation/quick-start-guides |
+ |
+The steps documented within this file are more experimental in nature. |
+ |
+ |
This guide assumes you've got `git`, `ninja`, and `python` on your path. |
1. First, checkout Skia: |