summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-11-19 18:10:01 +0100
committerCanop <cano.petrole@gmail.com>2021-11-19 18:10:01 +0100
commit8c6f8f2b803a1ffc8d27b94e14bc4246a1680cb2 (patch)
treea0fa59e402f2d3823d8af2e45b3a0d5e295e1226 /website/docs
parent69f09cf2521996439e2387803bf6a12977139feb (diff)
fix some graphical glitches on Windows
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/community.md2
-rw-r--r--website/docs/install.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/website/docs/community.md b/website/docs/community.md
index c26df12..8977dfe 100644
--- a/website/docs/community.md
+++ b/website/docs/community.md
@@ -54,7 +54,7 @@ time broot -c "c/memmap;:pt" ~/code
# Contribute
-**Broot** is written in [Rust](https://www.rust-lang.org/). The current focus is linux+mac but I try to support Windows too (use PowerShell instead of the old cmd).
+**Broot** is written in [Rust](https://www.rust-lang.org/). The current focus is linux+mac but I try to support Windows too (use a modern terminal like the [new MS one](https://github.com/microsoft/terminal)).
Before starting working on a Pull Request, please join the Miaou room to coordinate the development. There are frequently several feature branches waiting to be merged and adding some wild ones may make the process painful.
diff --git a/website/docs/install.md b/website/docs/install.md
index ffe12b2..3a9651d 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -4,8 +4,7 @@ The current version of broot works on linux, mac and windows (win 10+).
!!! Note
**Windows users:** broot may need additional rights at first use in order to write its configuration file.
Some users on Windows also report problems with the colon. Remember that a space can be used instead of a colon.
- You should also use the new PowerShell terminal and not the old cmd.exe which isn't supported.
-
+ You should also use a modern terminal, for example the [new Microsoft one](https://github.com/microsoft/terminal)
# From precompiled binaries