From 7b413b8edeffada61f1686624af5cf5d7c22baf1 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 11 Feb 2016 17:24:24 +0100 Subject: [PATCH] Add header on python script to permit launch it with './'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deebade..c95421f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ your app from one of the 2 json files. Usage: ```bash -python ./add_or_update.py [community.json OR official.json] [github url [github url [github url ...]]] +./add_or_update.py [community.json OR official.json] [github url [github url [github url ...]]] ``` #### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps)