summaryrefslogtreecommitdiffstats
path: root/docs/ckb-IR/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ckb-IR/guide/README.md')
-rw-r--r--docs/ckb-IR/guide/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/ckb-IR/guide/README.md b/docs/ckb-IR/guide/README.md
index 8fdcb9358..f4f5d6dd7 100644
--- a/docs/ckb-IR/guide/README.md
+++ b/docs/ckb-IR/guide/README.md
@@ -219,9 +219,8 @@ Alternatively, install Starship using any of the following package managers:
| **_Any_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| _Any_ | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` |
| _Any_ | [Linuxbrew](https://formulae.brew.sh/formula/starship) | `brew install starship` |
-| _Any_ | [Snapcraft](https://snapcraft.io/starship) | `snap install --edge starship` |
| Alpine Linux 3.13+ | [Alpine Linux Packages](https://pkgs.alpinelinux.org/packages?name=starship) | `apk add starship` |
-| Arch Linux | [Arch Linux Community](https://archlinux.org/packages/community/x86_64/starship) | `pacman -S starship` |
+| Arch Linux | [Arch Linux Extra](https://archlinux.org/packages/extra/x86_64/starship) | `pacman -S starship` |
| CentOS 7+ | [Copr](https://copr.fedorainfracloud.org/coprs/atim/starship) | `dnf copr enable atim/starship` <br /> `dnf install starship` |
| Gentoo | [Gentoo Packages](https://packages.gentoo.org/packages/app-shells/starship) | `emerge app-shells/starship` |
| Manjaro | | `pacman -S starship` |
@@ -341,10 +340,10 @@ starship init nu | save -f ~/.cache/starship/init.nu
And add the following to the end of your Nushell configuration (find it by running `$nu.config-path`):
```sh
-source ~/.cache/starship/init.nu
+use ~/.cache/starship/init.nu
```
-Note: Only Nushell v0.73+ is supported
+Note: Only Nushell v0.78+ is supported
</details>