Skip to content

Commit

Permalink
npx code ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones committed Feb 23, 2025
1 parent 62882a0 commit 74759c7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/getting-started/using-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ goose session --with-extension "GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR_TOKEN> npx -y
```

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::


Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Please check extension configuration for {extension name}.

... it signals that the extension may not have been installed and you need the package runner in order to do so.

An example is the GitHub extension whose command is `npx -y @modelcontextprotocol/server-github`. You'd need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
An example is the GitHub extension whose command is `npx -y @modelcontextprotocol/server-github`. You'd need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.

---

Expand Down
6 changes: 5 additions & 1 deletion documentation/docs/tutorials/_template_.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ This tutorial covers how to add the [{name} MCP Server](/) as a Goose extension
## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

:::info
Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on your system to run this command, as it uses `uvx`.
:::

<Tabs groupId="interface">
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/figma-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FIGMA_ACCESS_TOKEN: <YOUR_TOKEN>
## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

<Tabs groupId="interface">
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/github-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GITHUB_PERSONAL_ACCESS_TOKEN: <YOUR_TOKEN>
## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

<Tabs groupId="interface">
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/google-drive-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GDRIVE_OAUTH_PATH: ~/.config/gcp-oauth.keys.json
## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

To obtain your Google Drive server credentials and oauth keys, follow the steps below:
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/google-maps-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GOOGLE_MAPS_API_KEY: <YOUR_TOKEN>
## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

<Tabs groupId="interface">
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/knowledge-graph-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npx -y @modelcontextprotocol/server-memory
## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

<Tabs groupId="interface">
Expand Down

0 comments on commit 74759c7

Please sign in to comment.