From 2610e5812775eec9286652293543c31efede6a48 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 29 Aug 2018 20:38:25 +1000 Subject: [PATCH] Improved shell commands [ci skip] --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 007c693bc..59a0910f8 100644 --- a/README.rst +++ b/README.rst @@ -4,11 +4,12 @@ Pillow Wheel Builder This repository creates wheels for tagged versions of Pillow:: git submodule init - git submodule update + git submodule update Pillow git add Pillow cd Pillow git checkout cd .. + git add Pillow git commit -a -m " wheels" git push