Commit 578125c9 authored by Matthew Zeng's avatar Matthew Zeng
Browse files

rename filebrowser-bin dependency

parent edd30582
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ EAF is an extensible framework, one can develop any Qt5 application and integrat
1. Install EAF dependencies:

```Bash
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-qrcode python-feedparser python-dbus python-pyinotify python-markdown nodejs aria2 libreoffice filebrowser
yay -S python-pymupdf python-grip
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-qrcode python-feedparser python-dbus python-pyinotify python-markdown nodejs aria2 libreoffice
yay -S python-pymupdf python-grip filebrowser-bin
```

2. Clone this repository.
@@ -126,7 +126,7 @@ Packages listed as **Core** are mandatory for EAF to work, whereas other package
| nodejs                         | Terminal                             | Communicate between browser and local TTY     |
| aria2                          | Browser                              | Download files from the web                   |
| libreoffice                    | Doc Viewer                           | Convert doc file to pdf                       |
| filebrowser                    | File Browser                         | Share files between computer and smartphone   |
| filebrowser-bin                | File Browser                         | Share files between computer and smartphone   |

## Launch EAF Applications
| Application Name    | Launch                                                                 |
+17 −18
Original line number Diff line number Diff line
@@ -51,9 +51,8 @@ EAF是一个可编程扩展的框架,你可以开发自己的Qt5应用并集
1. 安装EAF依赖库:

```Bash
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-qrcode python-feedparser
python-dbus python-pyinotify python-markdown nodejs aria2 libreoffice filebrowser
yay -S python-pymupdf python-grip
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-qrcode python-feedparser python-dbus python-pyinotify python-markdown nodejs aria2 libreoffice
yay -S python-pymupdf python-grip filebrowser-bin
```

2. 使用 ```git clone``` 下载这个仓库.
@@ -126,7 +125,7 @@ git clone https://github.com/manateelazycat/emacs-application-framework.git --de
| aria2                          | 浏览器                       | 下载网络文件                             |
| nodejs                         | 终端模拟器                   | 通过浏览器与本地TTY交互                  |
| libreoffice                    | 办公文档阅读器               | 转换doc文件为pdf格式                     |
| filebrowser                    | 文件浏览器                   | 在电脑和手机之间快速共享文件                       |
| filebrowser-bin                | 文件浏览器                   | 在电脑和手机之间快速共享文件             |

## EAF应用启动命令
| 应用名称         | 启动命令                                                                    |