From a879be87015f047d44bc79136e3cfd040dbd5e1a Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Sat, 15 Feb 2020 15:11:51 +0800 Subject: [PATCH] Fix typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a266c7c..bde108f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys echo 'export LANG=zh_CN.UTF-8' >> ~/.bashrc ``` -6. For EAF Browser download to work, please install ```aria2c``` and ```aria2p``` +6. For EAF Browser download to work, please install ```aria2``` and ```aria2p``` ### Dependency List Packages listed as **Core** are mandatory to make EAF to work, whereas packages listed as **Application** are optional - install if you want the corresponding EAF feature. @@ -95,7 +95,7 @@ Packages listed as **Core** are mandatory to make EAF to work, whereas packages | qrcode | pip3 | Application | Depended by EAF File Transfer | | feedparser | pip3 | Application | Depended by EAF RSS Reader | | aria2p | pip3 | Application | Depended by EAF Browser | -| aria2c | pacman | Application | Depended by EAF Browser | +| aria2 | pacman | Application | Depended by EAF Browser | | wetty | yarn | Application | Depended by EAF Terminal | ## Launch EAF Applications