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

Q1 Release (#356)

* q1 release additions & extras

* saml samples addition

* safari app extension note

* invitation validity
This commit is contained in:
fred_the_tech_writer
2021-01-19 10:43:58 -05:00
committed by GitHub
parent 71a0a9591c
commit 1b8c9e53f7
33 changed files with 412 additions and 55 deletions

View File

@@ -26,7 +26,7 @@ Complete the following steps to install Bitwarden manually:
1. Download a stubbed version of Bitwarden's dependencies (`docker-stub.zip`) from the [releases pages on GitHub](https://github.com/bitwarden/server/releases){:target="_blank"}. For example:
```
curl -L https://bitwarden.com/bitwarden/server/releases/download/v<version_number>/docker-stub.zip \
curl -L https://github.com/bitwarden/server/releases/download/v<version_number>/docker-stub.zip \
-o docker-stub.zip
```