Remove redundant info from README-AMO

This commit is contained in:
Tamius Han 2020-06-16 21:40:03 +02:00
parent 2aea741372
commit 16a2a424d2

View File

@ -19,14 +19,11 @@ Linux (`uname -a`):
%%LINUX_VERSION%% %%LINUX_VERSION%%
``` ```
## Installing dependencies
Run `npm ci`
## Reproducing build ## Reproducing build
`npm run build` ```
npm ci
npm run build
```
The compiled code pops up in `/dist-ff` (`/dist-chrome` for Chromium-based browsers). The compiled code pops up in `/dist-ff`.