From d90ba0f650485b3afda914c81d4f01165b95b6c9 Mon Sep 17 00:00:00 2001 From: bwt Date: Wed, 5 Feb 2020 21:56:11 -0500 Subject: [PATCH] Removed line about creating directories --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9013d0e..b64685e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Automated nativefier building of web applications ## To use: - Choose a project name -- Create the directories `desktops`, `icons`, `injects`, and `urls`. - You must at least create a text file in `urls` named `.url` that contains the URL of the web page you want to turn into an app. - Nativefier will use the site's `favicon` for the created app. If you want a different icon, put a `.png` into `icons` - Macs must use `.icns` for icons. The `generate-icns` script will convert `.png` files to `.icns`