Merge pull request #177 from robertopauletto/main

Italian Translation - Ch. 5
This commit is contained in:
Jen Looper
2021-01-31 12:38:37 -05:00
committed by GitHub
15 changed files with 699 additions and 30 deletions

View File

@@ -50,7 +50,7 @@ Before you start building, take a look at the process of building and deploying
In essence, the process will be:
- build your extension using `npm build`
- build your extension using `npm run build`
- navigate in the browser to the extensions pane using the "Settings and more" button (the `...` icon) on the top right
- if it's a new installation, choose `load unpacked` to upload a fresh extension from its build folder (in our case it is `/dist`)
- or, click `reload` if you are reloading the already-installed extension