Diff
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
@@ -32,7 +32,7 @@ Once you have these installed, you can proceed with setting up and running the p
#### Cargo (automatic)
```shell
```bash
cargo install --git https://git.holly.sh/bitwarden-ssh-agent.git
```
@@ -40,7 +40,7 @@ cargo install --git https://git.holly.sh/bitwarden-ssh-agent.git
Clone the repository and build:
```shell
```bash
git clone https://git.holly.sh/bitwarden-ssh-agent.git
cd bitwarden-ssh-agent
cargo build --release
@@ -68,7 +68,7 @@ There is some setup required in Bitwarden itself. The steps are:
If you haven't done so yet, setup the Bitwarden CLI using:
```shell
```bash
bw login
```
@@ -78,7 +78,7 @@ and follow the instructions to set your `BW_SESSION` environment variable or add
If all of the above requirements are satisfied, register your keys with:
```shell
```bash
bitwarden-ssh-agent
```