summaryrefslogtreecommitdiffstats
path: root/docs/fr-FR/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr-FR/README.md')
-rw-r--r--docs/fr-FR/README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/fr-FR/README.md b/docs/fr-FR/README.md
index 7cd8a78c5..6fea1bfd5 100644
--- a/docs/fr-FR/README.md
+++ b/docs/fr-FR/README.md
@@ -1,14 +1,14 @@
---
home: true
heroImage: /logo.svg
-actionText: Get Started →
+actionText: Commencez →
actionLink: /guide/
-footer: ISC Licensed | Copyright © 2019-present Starship Contributors
+footer: ISC licencié | Copyright © 2019-present Starship Contributors
---
<div class="features">
<div class="feature">
- <h2>Compatibility First</h2>
+ <h2>Compatibilité d'abord</h2>
<p>Works on the most common shells on the most common operating systems. Use it everywhere!</p>
</div>
<div class="feature">
@@ -105,3 +105,13 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
eval "$(starship init zsh)"
```
+
+
+ #### Powershell
+
+ Add the following to the end of `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix):
+
+ ```sh
+ # ~\Documents\PowerShell\Profile.ps1
+ Invoke-Expression (&starship init powershell)
+ ```