Fix readme

This commit is contained in:
Cyrille L 2022-03-17 18:33:09 +01:00
parent d7be5a7fdf
commit e48bd0b131
2 changed files with 10 additions and 10 deletions

View File

@ -19,8 +19,8 @@ use chown. Then, chmod 755 filebox so that it can be started
```
# Create and own folders
sudo mkdir -p /etc/filebox && chown -R $USER:$USER /etc/filebox
sudo mkdir -p /var/lib/filebox && chown -R $USER:$USER /var/lib/filebox
sudo mkdir -p /etc/filebox && sudo chown -R $USER:$USER /etc/filebox
sudo mkdir -p /var/lib/filebox && sudo chown -R $USER:$USER /var/lib/filebox
# Copy executable filebox file:
sudp cp filebox /usr/local/bin/filebox
@ -56,7 +56,7 @@ And filebox will also ask you to add a default server and give its:
- Upload LOCAL Folder
You can also add more servers, using your desired (server name), so that
you can
you can manage several servers.
```
# if no (server name), filebox use (default) first configured server
@ -80,7 +80,7 @@ filebox -g
```
A file list will appear with item numbers. You can download one or several
files and folder by answering the question next to the list. If you want
files and folders by answering the question next to the list. If you want
to download item 1 to your local music folder and item 2 to your public
video folder, just answer: 1m 2p
@ -93,7 +93,7 @@ To upload ALL files from your (Upload LOCAL Folder)/(server name), to
your specific server folder, type:
```
filebox -S
filebox -s
```
In that (Upload LOCAL Folder)/(server name) you could put all your

View File

@ -19,8 +19,8 @@ use chown. Then, chmod 755 filebox so that it can be started
```
# Create and own folders
sudo mkdir -p /etc/filebox && chown -R $USER:$USER /etc/filebox
sudo mkdir -p /var/lib/filebox && chown -R $USER:$USER /var/lib/filebox
sudo mkdir -p /etc/filebox && sudo chown -R $USER:$USER /etc/filebox
sudo mkdir -p /var/lib/filebox && sudo chown -R $USER:$USER /var/lib/filebox
# Copy executable filebox file:
sudp cp filebox /usr/local/bin/filebox
@ -56,7 +56,7 @@ And filebox will also ask you to add a default server and give its:
- Upload LOCAL Folder
You can also add more servers, using your desired (server name), so that
you can
you can manage several servers.
```
# if no (server name), filebox use (default) first configured server
@ -80,7 +80,7 @@ filebox -g
```
A file list will appear with item numbers. You can download one or several
files and folder by answering the question next to the list. If you want
files and folders by answering the question next to the list. If you want
to download item 1 to your local music folder and item 2 to your public
video folder, just answer: 1m 2p
@ -93,7 +93,7 @@ To upload ALL files from your (Upload LOCAL Folder)/(server name), to
your specific server folder, type:
```
filebox -S
filebox -s
```
In that (Upload LOCAL Folder)/(server name) you could put all your