Skip to content

Commit 8bf91aa

Browse files
authored
Merge pull request #54 from wheelercj/fix-source-install-doc
Add dev mode step to source install instructions
2 parents d192566 + 84c3572 commit 8bf91aa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ Follow these steps to install Stardown using the source code. If you also want t
108108
1. in a terminal, run `git clone https://github.com/wheelercj/Stardown.git && cd Stardown`
109109
2. then run `npm run build-chrome`
110110
3. in your browser, open `chrome://extensions/`
111-
4. click "Load unpacked"
112-
5. select Stardown's `chrome` folder
111+
4. turn on developer mode
112+
5. click "Load unpacked"
113+
6. select Stardown's `chrome` folder
113114

114115
To get updates:
115116

docs/develop.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ I would like to keep Stardown relatively simple so that it's reliable, has few b
1515
1. in a terminal, run `git clone https://github.com/wheelercj/Stardown.git && cd Stardown`
1616
2. then run `npm install && npm run dev-chrome`
1717
3. in your browser, open `chrome://extensions/`
18-
4. click "Load unpacked"
19-
5. select Stardown's `chrome` folder
18+
4. turn on developer mode
19+
5. click "Load unpacked"
20+
6. select Stardown's `chrome` folder
2021

2122
In the `chrome` folder, don't make any changes unless they're to `config.js` or `manifest.json` because the other files get overwritten or deleted each time `npm run dev-chrome` runs.
2223

0 commit comments

Comments
 (0)