From 9df24ae5779e77d1cc2764f3db9ae639ec8dde2a Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 31 Oct 2016 17:35:29 -0400 Subject: [PATCH] docs(GUI): remove `` from AppImage name (#803) The ZIP including the AppImage contains the version, but not the AppImage itself. See: https://github.com/resin-io/etcher/pull/786#issuecomment-257275494 Signed-off-by: Juan Cruz Viotti --- docs/USER-DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index cb0fbedc..5917b753 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -34,7 +34,7 @@ Alternatively, set the `SKIP` environment variable before executing the AppImage: ```sh -SKIP=1 ./Etcher--linux-.AppImage +SKIP=1 ./Etcher-linux-.AppImage ``` Flashing Ubuntu ISOs