diff options
author | Simon <simon@simotek.net> | 2018-04-03 19:21:55 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-04-03 19:21:55 -0700 |
commit | 7786b542d4a0eb0b950c5693519e842810d9a14c (patch) | |
tree | 14fe4dcac1b0b95858b5ee336fc438714187d846 /pages/docs | |
parent | 75c85782bd8be2db3a99088000f7707c6bf579c2 (diff) |
Wiki page debian-start.md changed with summary [fix typo] by Simon
Diffstat (limited to 'pages/docs')
-rw-r--r-- | pages/docs/distros/debian-start.md.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/docs/distros/debian-start.md.txt b/pages/docs/distros/debian-start.md.txt index c5ff10858..fa0c23e52 100644 --- a/pages/docs/distros/debian-start.md.txt +++ b/pages/docs/distros/debian-start.md.txt | |||
@@ -32,7 +32,7 @@ There are two versions of EFL available from the Enlightenment website. One is t | |||
32 | [Download the latest version of EFL](https://download.enlightenment.org/rel/libs/efl/) and check it against its SHA256 hash: | 32 | [Download the latest version of EFL](https://download.enlightenment.org/rel/libs/efl/) and check it against its SHA256 hash: |
33 | 33 | ||
34 | ```bash | 34 | ```bash |
35 | wget https://download.enlightenment.orgtar /rel/libs/efl/efl-X.XX.X.tar.xz | 35 | wget https://download.enlightenment.org/rel/libs/efl/efl-X.XX.X.tar.xz |
36 | wget https://download.enlightenment.org/rel/libs/efl/efl-X.XX.X.tar.xz.sha256 | 36 | wget https://download.enlightenment.org/rel/libs/efl/efl-X.XX.X.tar.xz.sha256 |
37 | cat efl-X.XX.X.tar.xz.sha256; sha256sum efl-X.XX.X.tar.xz | 37 | cat efl-X.XX.X.tar.xz.sha256; sha256sum efl-X.XX.X.tar.xz |
38 | ``` | 38 | ``` |