Skip to content

Commit

Permalink
update: change codeblock language from bash to pkcli to apply custom …
Browse files Browse the repository at this point in the history
…syntax highlighting
  • Loading branch information
CryptoTotalWar committed Jul 24, 2024
1 parent c4c81d0 commit 8017886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/claiming-digital-identities.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Linking your Polykey node to GitHub improves discoverability and simplifies trus

Initiate authentication with GitHub to allow your node to access necessary identity information.

```bash
```pkcli
polykey identities authenticate github.com
```

Expand All @@ -40,7 +40,7 @@ Follow the terminal prompts to log into GitHub and authorize Polykey to access y

Link your GitHub identity with your Polykey node to establish a verifiable identity connection.

```bash
```pkcli
polykey identities claim github.com:<my-gh-username>
```

Expand Down
8 changes: 4 additions & 4 deletions docs/getting-started/installing-polykey-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Bootstrapping is the process for setting up a new Polykey node. This involves ge
To start the Polykey agent in the background, run the following command:
```bash
```pkcli
polykey agent start --background
```
Expand Down Expand Up @@ -457,7 +457,7 @@ Detailed explanations about the bootstrapping process can be expanded here for u
To check the status of your Polykey agent, run:
```bash
```pkcli
polykey agent status
```
Expand All @@ -477,7 +477,7 @@ If you have reached this step, you have successfully bootstrapped your first nod

To explore the available primary commands and get more detailed help, use:

```bash
```pkcli
polykey --help
```

Expand All @@ -495,7 +495,7 @@ polykey --help

To stop the Polykey agent, use:

```bash
```pkcli
polykey agent stop
```

Expand Down

0 comments on commit 8017886

Please sign in to comment.