mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Update README.md
This commit is contained in:
parent
783bde09f1
commit
87e4b278b3
10
README.md
10
README.md
|
@ -22,7 +22,6 @@ The following instructions are for unix-based systems (Linux, BSD, macOS), it is
|
||||||
Aside from docker, which you also need for Bitwarden, BitBetter requires the following:
|
Aside from docker, which you also need for Bitwarden, BitBetter requires the following:
|
||||||
|
|
||||||
* openssl (probably already installed on most Linux or WSL systems)
|
* openssl (probably already installed on most Linux or WSL systems)
|
||||||
* dotnet-sdk-2.1 (install instructions can be found [here](https://dotnet.microsoft.com/download/linux-package-manager/rhel/sdk-2.1.604))
|
|
||||||
|
|
||||||
## Setting up BitBetter
|
## Setting up BitBetter
|
||||||
With your pre-requisites installed, begin the installation of BitBetter by downloading it through Github or using the git command:
|
With your pre-requisites installed, begin the installation of BitBetter by downloading it through Github or using the git command:
|
||||||
|
@ -31,15 +30,6 @@ With your pre-requisites installed, begin the installation of BitBetter by downl
|
||||||
git clone https://github.com/jakeswenson/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.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd BitBetter/src/licenseGen/
|
|
||||||
dotnet add package Newtonsoft.Json --version 12.0.1
|
|
||||||
|
|
||||||
cd ../bitBetter
|
|
||||||
dotnet add package Newtonsoft.Json --version 12.0.1
|
|
||||||
```
|
|
||||||
## Building BitBetter
|
## Building BitBetter
|
||||||
|
|
||||||
Now that you've set up your build environment, you can **run the main build script** to generate a modified version of the `bitwarden/api` and `bitwarden/identity` docker images.
|
Now that you've set up your build environment, you can **run the main build script** to generate a modified version of the `bitwarden/api` and `bitwarden/identity` docker images.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user