Update README.md

This commit is contained in:
Vinrobot 2019-07-05 23:20:27 +02:00
parent 783bde09f1
commit 87e4b278b3
No known key found for this signature in database
GPG Key ID: 20207D962D63DD48

View File

@ -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:
* 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
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
```
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
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.