Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Mar 5, 2024
1 parent fb04e62 commit 51e2fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ npm run make

## Publishing your app

Now you have distributables that you can share with your users. If you run the `publish` script, Electron Forge will then publish the platform-specific distributables for you, using the publishing method of your choice. For example, if you want to publish your assets to GitHub, you can install it using:
Now you have distributables that you can share with your users. If you run the `publish` script, Electron Forge will then publish the platform-specific distributables for you, using the publishing method of your choice. For example, if you want to publish your assets to GitHub, you can install the GitHub publisher dependency using:

```bash
npm install -D @electron-forge/publisher-github
npm install --save-dev @electron-forge/publisher-github
```

And then run:
Once you have [configured the publisher according to the documentation](config/publishers/github), run the following command to upload your distributables:

```bash
npm run publish
Expand Down

0 comments on commit 51e2fdd

Please sign in to comment.