From 72de9c7a6f39e279be6ed0a506b2aba0bcd92730 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 16 Dec 2017 12:35:53 +0100 Subject: [PATCH] clone script description --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 81c57ba6..809be167 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ To make Dropbox work in your self-hosted app, [go to this Wiki page](https://git The easiest way to clone all KeeWeb repos is: ```bash -$ mkdir keeweb -$ cd keeweb $ curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash - ```