index : bitwarden-ssh-agent.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2024-02-29 22:37:50.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-02-29 22:37:50.0 +00:00:00
commit
aa63e0e235ad64453546c818454dbd0c5070de54 [patch]
tree
7205ba2a44942ccf7d3e47a5bd9309005478aa15
parent
e8ae0a649180eb93176b4410b96225a1b50e03b4
download
main.tar.gz

docs: update README

i usually use shell but my forge's syntax highlighter doesn't pick
it up

Diff

 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
```