summaryrefslogtreecommitdiffstats
path: root/docs/fr-FR/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr-FR/guide/README.md')
-rw-r--r--docs/fr-FR/guide/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/fr-FR/guide/README.md b/docs/fr-FR/guide/README.md
index 8469b3d21..630645be0 100644
--- a/docs/fr-FR/guide/README.md
+++ b/docs/fr-FR/guide/README.md
@@ -223,9 +223,8 @@ Vous pouvez aussi installer Starship en utilisant l’un de ces gestionnaires de
| **_Toutes_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| _Toutes_ | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` |
| _Toutes_ | [Linuxbrew](https://formulae.brew.sh/formula/starship) | `brew install starship` |
-| _Toutes_ | [Snapcraft](https://snapcraft.io/starship) | `snap install --edge starship` |
| Alpine Linux 3.13+ | [Paquets Alpine Linux](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 | [Paquets Gentoo](https://packages.gentoo.org/packages/app-shells/starship) | `emerge app-shells/starship` |
| Manjaro | | `pacman -S starship` |
@@ -345,10 +344,10 @@ starship init nu | save -f ~/.cache/starship/init.nu
Ajoutez le code suivant à la fin de votre configuration Nushell (trouvez-la en exécutant `$nu.config path`):
```sh
-source ~/.cache/starship/init.nu
+use ~/.cache/starship/init.nu
```
-Note: Seul Nushell v0.73+ est supporté
+Note: Seul Nushell v0.78+ est supporté
</details>