Skip to content

Commit 4a49faa

Browse files
committed
update README.md
1 parent c435212 commit 4a49faa

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ This extension was developed on macOS 12.6.1 using:
158158
- Python >= 3.8.5
159159

160160
### Prerequisites
161-
From the `angular` folder, install dependencies:
161+
From the root folder, install dependencies:
162162
```bash
163-
npm install
163+
make init
164164
```
165165

166166
### Run/Debug
167-
From the `angular` folder:
167+
From the root folder:
168168

169169
- Build the Angular app in debug mode:
170170
```bash
@@ -179,15 +179,11 @@ npx web-ext run -t chromium -s ./dist --browser-console
179179
- For Chromium-based browsers:
180180

181181
### Build
182-
From the `angular` folder:
182+
From the root folder:
183183

184184
- Build the Angular app in production mode:
185185
```bash
186-
npm run build:prod
187-
```
188-
- Package the extension:
189-
```bash
190-
npx web-ext build -s ./dist -o
186+
make build VERSION=x.y.z
191187
```
192188

193189
The packaged extension will be located in web-ext-artifacts.

0 commit comments

Comments
 (0)