Clarify how to run "configure" goal (#41)

This commit is contained in:
Maxim Baz
2019-04-08 14:16:04 +02:00
committed by GitHub
parent 38545e07ef
commit 98ef042db1

View File

@@ -55,8 +55,9 @@ Unpack the archive. If you decided to compile the application yourself, refer to
If you downloaded a release archive with pre-compiled binary, follow these steps to install the app: If you downloaded a release archive with pre-compiled binary, follow these steps to install the app:
``` ```
make BIN=browserpass-XXXX configure # Configure the hosts json files, XXXX refers to archive name, e.g. "linux64" # IMPORTANT: replace XXXX with OS name depending on the archive you downloaded, e.g. "linux64"
sudo make BIN=browserpass-XXXX install # Install the app, XXXX refers to archive name, e.g. "linux64" make BIN=browserpass-XXXX configure # Configure the hosts json files
sudo make BIN=browserpass-XXXX install # Install the app
``` ```
If you compiled the app yourself, you can omit `BIN` parameter: If you compiled the app yourself, you can omit `BIN` parameter: