Skip to content

Commit

Permalink
Update git clone in README
Browse files Browse the repository at this point in the history
Updates Linux instructions to eliminate requirement to log in
  • Loading branch information
thorrak authored Dec 27, 2024
1 parent 5ed1417 commit b71df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Download the latest [release](https://github.com/thorrak/brewflasher/releases).

You can run BrewFlasher on Linux as follows:

git clone git@github.com:thorrak/brewflasher.git; cd brewflasher
git clone https://github.com/thorrak/brewflasher.git; cd brewflasher
pip install -r requirements.txt # you may need to e.g. `apt install libgtk-3-dev` for wxPython
python Main.py

Expand Down

0 comments on commit b71df92

Please sign in to comment.