Skip to content

Commit 8940349

Browse files
authored
Update sui-install.mdx (#24298)
Fix small typo
1 parent 9a5bd1d commit 8940349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guides/developer/getting-started/sui-install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Regardless of using `suiup`, Homebrew, or Chocolately, your Sui installation wil
6161

6262
### `suiup` installation details
6363

64-
`suiup` copies the binaries to `$HOME/.local/bi`n by default on macOS and Linux systems by default, unless the `SUIUP_DEFAULT_BIN_DIR` environment variable has been set. macOS and Linux installations also include environment variables for `XDG_DATA_HOME`, `XDG_CACHE_HOME`, and `XDG_CONFIG_HOME`.
64+
`suiup` copies the binaries to `$HOME/.local/bin` by default on macOS and Linux systems by default, unless the `SUIUP_DEFAULT_BIN_DIR` environment variable has been set. macOS and Linux installations also include environment variables for `XDG_DATA_HOME`, `XDG_CACHE_HOME`, and `XDG_CONFIG_HOME`.
6565

6666
On Windows, `suiup` copies the binaries to `LOCALAPPDATA\bin`, and will use `LOCALAPPDATA` or `USERPROFILE\AppData\Local` for storing data and `TEMP` or `USERPROFILE\AppData\Local\Temp` for caching.
6767

@@ -101,4 +101,4 @@ Regardless of whether you used `suiup`, Homebrew, or Chocolately, Sui will store
101101
Clone the "Hello, World!" project.
102102
</Card>
103103
</div>
104-
</div>
104+
</div>

0 commit comments

Comments
 (0)