From a9d79d5cab81cdbce60c3b5a80d263ffd730063b Mon Sep 17 00:00:00 2001 From: ironicbrew Date: Sun, 23 Dec 2018 09:09:12 -0700 Subject: [PATCH 1/2] Updated README.md 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643e3e2..6f75c18 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers: }, ... -6. Release the release on GitHub by going to , editing the release and clicking "Publish release." +6. Release the release on GitHub by going to /electron-updater-example/releases>, editing the release and clicking "Publish release." -7. Download and install the app from . +7. Download and install the app from /electron-updater-example/releases>. 8. Update the version in `package.json`, commit and push to GitHub. From 12035d727d5bfda1074357a60178c52311ec431a Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Wed, 26 Dec 2018 08:45:23 -0700 Subject: [PATCH 2/2] Remove < > inside link text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f75c18..ddc6294 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers: }, ... -6. Release the release on GitHub by going to /electron-updater-example/releases>, editing the release and clicking "Publish release." +6. Release the release on GitHub by going to , editing the release and clicking "Publish release." -7. Download and install the app from /electron-updater-example/releases>. +7. Download and install the app from . 8. Update the version in `package.json`, commit and push to GitHub.