Fix readme
This commit is contained in:
parent
d7be5a7fdf
commit
e48bd0b131
10
README.md
10
README.md
|
@ -19,8 +19,8 @@ use chown. Then, chmod 755 filebox so that it can be started
|
||||||
|
|
||||||
```
|
```
|
||||||
# Create and own folders
|
# Create and own folders
|
||||||
sudo mkdir -p /etc/filebox && chown -R $USER:$USER /etc/filebox
|
sudo mkdir -p /etc/filebox && sudo chown -R $USER:$USER /etc/filebox
|
||||||
sudo mkdir -p /var/lib/filebox && chown -R $USER:$USER /var/lib/filebox
|
sudo mkdir -p /var/lib/filebox && sudo chown -R $USER:$USER /var/lib/filebox
|
||||||
|
|
||||||
# Copy executable filebox file:
|
# Copy executable filebox file:
|
||||||
sudp cp filebox /usr/local/bin/filebox
|
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
|
- Upload LOCAL Folder
|
||||||
|
|
||||||
You can also add more servers, using your desired (server name), so that
|
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
|
# 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
|
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
|
to download item 1 to your local music folder and item 2 to your public
|
||||||
video folder, just answer: 1m 2p
|
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:
|
your specific server folder, type:
|
||||||
|
|
||||||
```
|
```
|
||||||
filebox -S
|
filebox -s
|
||||||
```
|
```
|
||||||
|
|
||||||
In that (Upload LOCAL Folder)/(server name) you could put all your
|
In that (Upload LOCAL Folder)/(server name) you could put all your
|
||||||
|
|
|
@ -19,8 +19,8 @@ use chown. Then, chmod 755 filebox so that it can be started
|
||||||
|
|
||||||
```
|
```
|
||||||
# Create and own folders
|
# Create and own folders
|
||||||
sudo mkdir -p /etc/filebox && chown -R $USER:$USER /etc/filebox
|
sudo mkdir -p /etc/filebox && sudo chown -R $USER:$USER /etc/filebox
|
||||||
sudo mkdir -p /var/lib/filebox && chown -R $USER:$USER /var/lib/filebox
|
sudo mkdir -p /var/lib/filebox && sudo chown -R $USER:$USER /var/lib/filebox
|
||||||
|
|
||||||
# Copy executable filebox file:
|
# Copy executable filebox file:
|
||||||
sudp cp filebox /usr/local/bin/filebox
|
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
|
- Upload LOCAL Folder
|
||||||
|
|
||||||
You can also add more servers, using your desired (server name), so that
|
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
|
# 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
|
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
|
to download item 1 to your local music folder and item 2 to your public
|
||||||
video folder, just answer: 1m 2p
|
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:
|
your specific server folder, type:
|
||||||
|
|
||||||
```
|
```
|
||||||
filebox -S
|
filebox -s
|
||||||
```
|
```
|
||||||
|
|
||||||
In that (Upload LOCAL Folder)/(server name) you could put all your
|
In that (Upload LOCAL Folder)/(server name) you could put all your
|
||||||
|
|
Loading…
Reference in New Issue