diff options
author | Philippe Jean Guillaumie <batden@sfr.fr> | 2017-12-17 06:38:37 -0800 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2017-12-17 06:38:37 -0800 |
commit | 7138522f56fec3ef2b93ec3af0e765fa9ea4233a (patch) | |
tree | a72fbf5ec0cc0f93e680ac80ac1ed9c47bcfaa15 /pages/docs | |
parent | a4faaaebaeeea5c68f02f33c7d01fd0dbd52896a (diff) |
Wiki page ubuntu-start changed with summary [] by Philippe Jean Guillaumie
Diffstat (limited to 'pages/docs')
-rw-r--r-- | pages/docs/distros/ubuntu-start.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/docs/distros/ubuntu-start.txt b/pages/docs/distros/ubuntu-start.txt index 5f0b91ddb..5a2c558b9 100644 --- a/pages/docs/distros/ubuntu-start.txt +++ b/pages/docs/distros/ubuntu-start.txt | |||
@@ -38,6 +38,11 @@ export PATH=$HOME/.local/bin:$PATH | |||
38 | </code> | 38 | </code> |
39 | at the bottom of your ~/.bashrc file. | 39 | at the bottom of your ~/.bashrc file. |
40 | 40 | ||
41 | If you ever need to uninstall meson, simply run: | ||
42 | <code bash> | ||
43 | pip3 uninstall meson | ||
44 | </code> | ||
45 | |||
41 | Meson [[https://git.enlightenment.org/core/enlightenment.git/tree/INSTALL|quick help]]. | 46 | Meson [[https://git.enlightenment.org/core/enlightenment.git/tree/INSTALL|quick help]]. |
42 | 47 | ||
43 | Then go to [[/docs/distros/]] to learn how to install the whole thing ;-) | 48 | Then go to [[/docs/distros/]] to learn how to install the whole thing ;-) |