From b3c7f90777688c4648a427b57c99894491a6fd49 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sat, 5 Aug 2017 23:46:00 +1200 Subject: [PATCH] Fix a command in README Change-Id: If1cb3db4f81da7312c2f7276091915df716ccc3c --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cb63f2a9..7bc30a66 100644 --- a/README.rst +++ b/README.rst @@ -210,7 +210,8 @@ runtime/function/execution in Qinling. main() EOF $ pip install requests -t ~/qinling_test - $ zip -r ~/qinling_test/qinling_test.zip ~/qinling_test/* + $ cd ~/qinling_test + $ zip -r ~/qinling_test/qinling_test.zip ./* .. end