diff options
author | Philippe Jean Guillaumie <batden@sfr.fr> | 2017-12-17 07:07:00 -0800 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2017-12-17 07:07:00 -0800 |
commit | 233484165610ab6838466b6701ff0d7df8df8d86 (patch) | |
tree | 4b4853ed0b707cd8c18cf9e1bf48855bf4903cc9 /pages/docs/distros/ubuntu-start.txt | |
parent | 7138522f56fec3ef2b93ec3af0e765fa9ea4233a (diff) |
Wiki page ubuntu-start changed with summary [] by Philippe Jean Guillaumie
Diffstat (limited to '')
-rw-r--r-- | pages/docs/distros/ubuntu-start.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/docs/distros/ubuntu-start.txt b/pages/docs/distros/ubuntu-start.txt index 5a2c558b9..6e3d82f3c 100644 --- a/pages/docs/distros/ubuntu-start.txt +++ b/pages/docs/distros/ubuntu-start.txt | |||
@@ -28,7 +28,7 @@ To install Meson in Ubuntu, you can issue the following commands: | |||
28 | <code bash> | 28 | <code bash> |
29 | sudo apt-get install ninja-build python3-pip | 29 | sudo apt-get install ninja-build python3-pip |
30 | </code> | 30 | </code> |
31 | Then: | 31 | Then (do not use sudo): |
32 | <code bash> | 32 | <code bash> |
33 | pip3 install --user meson | 33 | pip3 install --user meson |
34 | </code> | 34 | </code> |