Index: site/user/download.md |
diff --git a/site/user/download.md b/site/user/download.md |
index 992fe3041bd294e731f18f268d121e0cff544e79..831d3017db8c8e35c9a4d979050a1bc49a06ff7e 100644 |
--- a/site/user/download.md |
+++ b/site/user/download.md |
@@ -24,37 +24,15 @@ Clone the Skia repository |
git clone https://skia.googlesource.com/skia.git |
cd skia |
-Get Skia's dependencies and generate Ninja build files |
------------------------------------------------------- |
- |
-<!--?prettify lang=sh?--> |
- |
- python bin/sync-and-gyp |
- |
-Compile all default targets |
---------------------------- |
- |
-<!--?prettify lang=sh?--> |
- |
- ninja -C out/Debug |
- |
-Execute Skia tests |
------------------- |
- |
-[More about Skia correctness testing tools](../dev/testing/testing) |
- |
-<!--?prettify lang=sh?--> |
- |
- out/Debug/dm |
- |
-Execute Skia sample application |
-------------------------------- |
- |
-[More about Skia's SampleApp](sample/sampleapp) |
+Getting started with Skia |
+------------------------- |
-<!--?prettify lang=sh?--> |
+Try out more things from the [desktop](./quick/desktop), |
+[Android](./quick/android), and [iOS](./quick/ios)-specific Skia |
+guides. |
- out/Debug/SampleApp |
+Changing and contributing to Skia |
+--------------------------------- |
At this point, you have everything you need to build and use Skia! If |
you want to make changes, and possibly contribute them back to the Skia |