From 7f5f432ec98c1961b0b9712f36cec3ae3c5cd9f9 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 25 Oct 2023 23:39:41 +0800 Subject: docs: Update Quick-guide.md Change the shell prompt to '#' to when installing as root. Signed-off-by: Bin Meng --- docs/markdown/Quick-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3