From 5ae7d82535d4d6e20c1df4973013ea144437a5e5 Mon Sep 17 00:00:00 2001 From: Moul Date: Sat, 4 Feb 2017 10:02:28 +0100 Subject: [PATCH] [enh] fork isn't the good way as the git repo will starts with commits from example_ynh. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab5d73..40e7524 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Description of the app. ## Usage -- Fork this app before work on it. +- Copy this app before work on it. - Edit `conf/nginx.conf` file to match application prerequisites. - Edit `manifest.json` with application specific information. - Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts.