summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2023-10-25 23:39:41 +0800
committerJussi Pakkanen <jpakkane@gmail.com>2023-11-22 22:30:58 +0200
commit7f5f432ec98c1961b0b9712f36cec3ae3c5cd9f9 (patch)
tree7aad6a1d56a5fa5702ba7b88b45191933a9966ee /docs/markdown
parent36059814661660eeca33c7553b50d35fb798b6f0 (diff)
downloadmeson-7f5f432ec98c1961b0b9712f36cec3ae3c5cd9f9.tar.gz
docs: Update Quick-guide.md
Change the shell prompt to '#' to when installing as root. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Quick-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md
index 3a869041e..534055aa7 100644
--- a/docs/markdown/Quick-guide.md
+++ b/docs/markdown/Quick-guide.md
@@ -55,7 +55,7 @@ $ pip3 install --user meson
```
Install as root:
```console
-$ pip3 install meson
+# pip3 install meson
```
*If you are unsure whether to install as root or a local user, install