diff --git a/README.md b/README.md index 5f5707c..9c07f7c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Aside from docker, which you also need for Bitwarden, BitBetter requires the fol With your pre-requisites installed, begin the installation of BitBetter by downloading it through Github or using the git command: ```bash -git clone https://github.com/online-stuff/BitBetter.git +git clone https://github.com/jakeswenson/BitBetter.git ``` First, we need to add the correct version of Newtonsoft.Json to the license generator and the BitBetter docker directories. @@ -140,4 +140,4 @@ I'm still in the testing/evaluating phase. If I am hosting the server/data, let 1 If you wish to change this you'll need to change the value that `src/licenseGen/Program.cs` uses for it's `GenerateUserLicense` and `GenerateOrgLicense` calls, but this is really unnecessary as this certificate does not represent any type of security issue. -2This tool build ontop of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script. \ No newline at end of file +2This tool build ontop of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script.