summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:21:16 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:21:16 -0400
commit5267754a07f462741c9742d16fdff7c6b11fc1a8 (patch)
treebb2b2282bb1537e62873980fb51118be42be63ad /README.md
parentca2f5ea461a1687094499c0984aa7134597759d8 (diff)
downloadmerchant-backoffice-5267754a07f462741c9742d16fdff7c6b11fc1a8.tar.gz
merchant-backoffice-5267754a07f462741c9742d16fdff7c6b11fc1a8.tar.bz2
merchant-backoffice-5267754a07f462741c9742d16fdff7c6b11fc1a8.zip
add colon at end of phrase
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92f89d0..6591bbb 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Check the requirements and run `./bootstrap` and `./configure`:
Then run `make` to install all the nodejs dependencies.
-By default the installation prefix will be `/var/www/html` but it can be overridden by `--prefix` in the configuration process
+By default the installation prefix will be `/var/www/html` but it can be overridden by `--prefix` in the configuration process:
```shell
./configure --prefix=/another/directory