Fix a command in README

Change-Id: If1cb3db4f81da7312c2f7276091915df716ccc3c
This commit is contained in:
Lingxian Kong 2017-08-05 23:46:00 +12:00
parent 13e2d13195
commit b3c7f90777
1 changed files with 2 additions and 1 deletions

View File

@ -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