Skip to content

Commit 8cbe771

Browse files
author
Ivan Stoev
committed
Readme
1 parent d0bb6d0 commit 8cbe771

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
This is a simple linux console client for pCloud cloud storage.
44

55
## Required libraries
6-
[Zlib](http://zlib.net/) A Massively Spiffy Yet Delicately Unobtrusive Compression Library
7-
[Boost](http://www.boost.org/) Boost system and boost program options libraries used.
8-
[Pthread](http://www.gnu.org/)
9-
[Fuse](https://github.com/libfuse/libfuse) Filesystem in Userspace.
6+
[Zlib](http://zlib.net/) A Massively Spiffy Yet Delicately Unobtrusive Compression Library.
7+
[Boost](http://www.boost.org/) Boost system and boost program options libraries used.
8+
[Pthread](http://www.gnu.org/)
9+
[Fuse](https://github.com/libfuse/libfuse) Filesystem in Userspace.
10+
11+
Also requires
12+
[CMake](https://cmake.org/) build system.
1013

11-
Also requires
12-
[CMake](https://cmake.org/) build system.
13-
14-
On ubuntu you can run the following command:
15-
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
14+
On ubuntu you can run the following command:
15+
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
1616
1717
## Usage
18-
- ./pcl_client -h
19-
- pCloud console client v.2.0.1
20-
- Allowed options:
18+
./pcl_client -h
19+
pCloud console client v.2.0.1
20+
Allowed options:
2121
- -h [ --help ] produce help message
2222
- -u [ --username ] arg pCloud account name
2323
- -p [ --password ] arg pCloud account password
@@ -28,10 +28,10 @@ On ubuntu you can run the following command:
2828
- daemoziation.
2929
- -m [ --mountpoint ] arg Mount point where drive to be mounted.
3030
- -k [ --commands_only ] Demon already started pass only commands
31-
32-
- If you whant to be able to mount the files system as non root user you will have to create file
33-
- /etc/fuse.conf
34-
- and put user_allow_other in it.
31+
32+
If you whant to be able to mount the files system as non root user you will have to create file
33+
/etc/fuse.conf
34+
and put user_allow_other in it.
3535

3636

3737

0 commit comments

Comments
 (0)