Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5554 from posix4e/docs
Browse files Browse the repository at this point in the history
Some documentation nits
  • Loading branch information
bsclifton authored Nov 11, 2016
2 parents cea5023 + 1f06f0a commit 1f59dbb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,9 @@ You can simply run an npm task to build and install your local electron instance

npm run install

If your directory structure isn't side by side, you can run the following (altering the rsync as needed):
If your directory structure isn't side by side, you can run the following (altering the rsync as needed) command from within electron:

npm run build
rsync -avz --delete out/D/Brave.app {{path-to-browser-laptop}}/node_modules/electron-prebuilt/dist/
rsync -avz --delete out/D/Brave.app dist {{path-to-browser-laptop}}/node_modules/electron-prebuilt/dist/


## Packaging for bundles, installers, and updates
Expand Down Expand Up @@ -189,3 +188,9 @@ To create a package:
To create a dev package:

CHANNEL=dev npm run build-package

Finally run:

npm run build-installer

You will see a .deb and .rpm files in dist/

0 comments on commit 1f59dbb

Please sign in to comment.