You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers:
63
63
},
64
64
...
65
65
66
-
6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
66
+
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."
67
67
68
-
7. Download and install the app from <https://github.com/iffy/electron-updater-example/releases>.
68
+
7. Download and install the app from <https://github.com/<YOUR_GIT_HUB_USERNAME>/electron-updater-example/releases>.
69
69
70
70
8. Update the version in `package.json`, commit and push to GitHub.
0 commit comments