user: Fix start app chmod execute of waf.

This commit is contained in:
Chris Johns 2020-04-14 10:44:15 +10:00
parent ea4c098bc2
commit ca6611241b

View File

@ -38,7 +38,7 @@ Download the Waf build system and set it to executable:
.. code-block:: none .. code-block:: none
curl https://waf.io/waf-2.0.19 > waf curl https://waf.io/waf-2.0.19 > waf
chmod +w waf chmod +x waf
Initialise a new Git repository: Initialise a new Git repository: