filemanager/README.md

28 lines
299 B
Markdown
Raw Normal View History

2021-03-16 00:02:20 -07:00
# File Manager
Cutefish File Manager
## Dependencies
```shell
sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 taglib kio
```
## Build
```shell
mkdir build
cd build
cmake ..
make
```
## Install
```shell
sudo make install
```
## License
This project has been licensed by GPLv3.