summaryrefslogtreecommitdiff
path: root/external/skia/README
diff options
context:
space:
mode:
Diffstat (limited to 'external/skia/README')
-rw-r--r--external/skia/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/skia/README b/external/skia/README
new file mode 100644
index 000000000000..8bdb8f258f0b
--- /dev/null
+++ b/external/skia/README
@@ -0,0 +1,14 @@
+External package containing skia.
+
+https://skia.org/
+
+How to update the tarball:
+
+git clone https://skia.googlesource.com/skia.git
+cd skia
+git checkout chrome/mXX
+rm -rf .git gitignore
+cd ..
+tar cvJf skia-mXX.tar.xz skia
+
+(where XX refers to the branch version)