From a5516220fdc9a8a72e726e9bde8992fcdc241e79 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:49:47 -0400 Subject: [PATCH] Fix wrong directory mistake, fix grammer (#83) Fixed the license generator section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10957f2..4bc7c9b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ From the BitBetter directory, simply run: ./build.sh ``` -This will create a new self-signed certificate in the `.keys` directory one does not already exist and then create a modified version of the official `bitwarden/api` called `bitbetter/api` and a modified version of the `bitwarden/identity` called `bitbetter/identity`. +This will create a new self-signed certificate in the `.keys` directory if one does not already exist and then create a modified version of the official `bitwarden/api` called `bitbetter/api` and a modified version of the `bitwarden/identity` called `bitbetter/identity`. You may now simply create the file `/path/to/bwdata/docker/docker-compose.override.yml` with the following contents to utilize the modified images. @@ -87,7 +87,7 @@ To update Bitwarden, the provided `update-bitwarden.sh` script can be used. It w There is a tool included in the directory `src/licenseGen/` that will generate new individual and organization licenses. These licenses will be accepted by the modified Bitwarden because they will be signed by the certificate you generated in earlier steps. -First, from the `BitBetter` directory, **build the license generator**.[2](#f2) +First, from the `licenseGen` directory, **build the license generator**.[2](#f2) ```bash ./build.sh