Wiki page debian-start.md changed with summary [fix typo] by Simon

This commit is contained in:
Simon 2018-04-03 19:21:55 -07:00 committed by apache
parent 75c85782bd
commit 7786b542d4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ There are two versions of EFL available from the Enlightenment website. One is t
[Download the latest version of EFL](https://download.enlightenment.org/rel/libs/efl/) and check it against its SHA256 hash:
```bash
wget https://download.enlightenment.orgtar /rel/libs/efl/efl-X.XX.X.tar.xz
wget https://download.enlightenment.org/rel/libs/efl/efl-X.XX.X.tar.xz
wget https://download.enlightenment.org/rel/libs/efl/efl-X.XX.X.tar.xz.sha256
cat efl-X.XX.X.tar.xz.sha256; sha256sum efl-X.XX.X.tar.xz
```