mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 12:40:22 -05:00
Adding code block format for README.md (#4695)
This commit is contained in:
parent
933b3e9696
commit
a1d19df80d
@ -44,7 +44,7 @@ _These dependencies are free to use._
|
|||||||
|
|
||||||
### Linux & macOS
|
### Linux & macOS
|
||||||
|
|
||||||
```
|
```sh
|
||||||
curl -s -L -o bitwarden.sh \
|
curl -s -L -o bitwarden.sh \
|
||||||
"https://func.bitwarden.com/api/dl/?app=self-host&platform=linux" \
|
"https://func.bitwarden.com/api/dl/?app=self-host&platform=linux" \
|
||||||
&& chmod +x bitwarden.sh
|
&& chmod +x bitwarden.sh
|
||||||
@ -54,7 +54,7 @@ curl -s -L -o bitwarden.sh \
|
|||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
```
|
```cmd
|
||||||
Invoke-RestMethod -OutFile bitwarden.ps1 `
|
Invoke-RestMethod -OutFile bitwarden.ps1 `
|
||||||
-Uri "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows"
|
-Uri "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows"
|
||||||
.\bitwarden.ps1 -install
|
.\bitwarden.ps1 -install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user