Skip to content

Commit

Permalink
New translations deploying-a-subgraph-to-studio.mdx (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Dec 24, 2023
1 parent d691dd6 commit db08aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/it/deploying/deploying-a-subgraph-to-studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ These are the steps to deploy your subgraph to the Subgraph Studio:

We are using the same CLI to deploy subgraphs to our [hosted service](https://thegraph.com/hosted-service/) and to the [Subgraph Studio](https://thegraph.com/studio/). Here are the commands to install graph-cli. This can be done using npm or yarn.

**Install with yarn:**
**Installare con yarn:**

```bash
yarn global add @graphprotocol/graph-cli
```

**Install with npm:**
**Installare con npm:**

```bash
npm install -g @graphprotocol/graph-cli
Expand Down

0 comments on commit db08aff

Please sign in to comment.