Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
I changed step 6 and 7 to be more explicit about exactly where to find the appropriate release page. I'm sure the appropriate action is obvious to the more experienced but I have never touched the release page before and did not understand how that part of git hub's structure worked. I hope my syntax is ok, if not I'd be very interested in seeing a more appropriate way of implementing my recommendation.
  • Loading branch information
ironicbrew authored Dec 23, 2018
1 parent bd8b292 commit a9d79d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers:
},
...

6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
6. Release the release on GitHub by going to <https://github.com/<YOUR_GIT_HUB_USERNAME>/electron-updater-example/releases>, editing the release and clicking "Publish release."

7. Download and install the app from <https://github.com/iffy/electron-updater-example/releases>.
7. Download and install the app from <https://github.com/<YOUR_GIT_HUB_USERNAME>/electron-updater-example/releases>.

8. Update the version in `package.json`, commit and push to GitHub.

Expand Down

0 comments on commit a9d79d5

Please sign in to comment.