feat: add Filezilla

This commit is contained in:
dancingCycle 2022-12-14 14:03:34 +01:00
parent df881f2140
commit e3b16ef0a7
1 changed files with 18 additions and 0 deletions

18
doc/filezilla.md Normal file
View File

@ -0,0 +1,18 @@
# Setup Filezilla
* update apt repository cache
```
sudo apt update
```
## Using APT
* install Filezilla
```
sudo apt-get install filezilla --no-install-recommends
```
* verify Filezilla version
```
filezilla --version
```