From aa63e0e235ad64453546c818454dbd0c5070de54 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Thu, 29 Feb 2024 23:37:50 +0100 Subject: [PATCH] docs: update README i usually use shell but my forge's syntax highlighter doesn't pick it up --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d846ec..a93eacd 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- libgit2 1.7.2