1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

KC Instruction Fix (#822)

* fixes per jcooks

* typo fix
This commit is contained in:
fred_the_tech_writer
2021-12-10 11:51:12 -05:00
committed by GitHub
parent 54f6cf8471
commit 5408a4e8d9

View File

@@ -58,7 +58,12 @@ To prepare your Bitwarden server for Key Connector:
```
nano bwdata/config.yml
```
4. Update your self-hosted Bitwarden installation again in order to apply the change made in **Step 3**:
4. Rebuild your self-hosted Bitwarden installation:
```
./bitwarden.sh rebuild
```
5. Update your self-hosted Bitwarden installation again in order to apply the changes:
```
./bitwarden.sh update