Skip to content

Commit

Permalink
New translations nft-intro.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaAutomation committed Dec 7, 2023
1 parent 37f1ea9 commit 77bb1af
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ slug: /guides/nft-intro
title: NFT Introduction
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

## About This Document

Expand Down Expand Up @@ -118,35 +116,29 @@ After the installer has downloaded, execute it and Chia will install automatical
:::info
If the `chia` command isn't already in your system's path, you can create an alias:

```mdx-code-block
<Tabs
defaultValue="windows"
values={[
{label: 'Windows', value: 'windows'},
{label: 'Linux/MacOS', value: 'nix'},
]}>
{label: 'Linux/MacOS', value: 'nix'},
]}>
<TabItem value="windows">
```

Be sure to replace `<username>` and `<version>` with the actual folder names.

```bash
Set-Alias -Name chia "C:\Users\<username>\AppData\Local\chia-blockchain\app-<version>\resources\app.asar.unpacked\daemon\chia.exe"
```

```mdx-code-block
</TabItem>
<TabItem value="nix">
```

```bash
alias chia="/Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon/chia"
```

```mdx-code-block
</TabItem>
</Tabs>
```

:::

Expand Down

0 comments on commit 77bb1af

Please sign in to comment.