From 16a2a424d2340672a523af1fee30cd1abcf6ae0e Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 16 Jun 2020 21:40:03 +0200 Subject: [PATCH] Remove redundant info from README-AMO --- README-AMO.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README-AMO.md b/README-AMO.md index 417843b..c099807 100644 --- a/README-AMO.md +++ b/README-AMO.md @@ -19,14 +19,11 @@ Linux (`uname -a`): %%LINUX_VERSION%% ``` - -## Installing dependencies - -Run `npm ci` - - ## 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`.