etcher icon indicating copy to clipboard operation
etcher copied to clipboard

How to open the software?

Open balz666 opened this issue 1 year ago • 3 comments

I downloaded Etcher, using the git clone command... How do I open it? Sorry, I am a newbie, but I don't find any way to open the software.

balz666 avatar Dec 21 '23 23:12 balz666

"git clone" is for if you want to build the software from source-code. If you just want to download and run it, see https://etcher.balena.io/#download-etcher

lurch avatar Dec 22 '23 00:12 lurch

I can't open appimage for some reason. I click "execute" and nothing happens.

Once I cloned it, what should I type to open the software?

balz666 avatar Dec 24 '23 18:12 balz666

Download the balenaEtcher-1.18.11-x64.AppImage file (or whatever version it is when you read this) chmod +x balenaEtcher-1.18.11-x64.AppImage ./balenaEtcher-1.18.11-x64.AppImage And you should be good to go. The GIT is for downloaded the source code, compiling it, installing, then running it which you shouldn't need to do for this.

roadapathy avatar Dec 26 '23 04:12 roadapathy