Skip to content

Commit c657012

Browse files
fix
1 parent 5bafa51 commit c657012

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Terminal command is pcloudcc and -h option prints short options description.
3434

3535
Also there are several commands that the running service can execute. Commands are passed using
3636
> pcloudcc -k
37+
3738
or starting the daemon with -o.
39+
3840
Available commands are : startcrypto <crypto pass>, stopcrypto, finalize, q, quit
3941
- startcrypto <crypto pass> - starts cripto using given password.
4042
- stopcrypto – stops the crypto.
@@ -46,14 +48,20 @@ Example usage scenario:
4648
- Start the service manually
4749
> pcloudcc -u [email protected] -p -s
4850
Enter password and use -s switch to save the password. Verify that file system starts and mounts normally. If you don't have existing user use -n switch to register new user:
51+
4952
> pcloudcc -u [email protected] -p -s -n
5053
Notice that a new user may take a while to mount. Please, be patient.
54+
5155
- Start the daemon service:
5256
> pcloudcc -u [email protected] -d
57+
5358
Verify file system is mounted.
59+
5460
- At that point you can test passing some commands.
5561
> pcloudcc -u [email protected] -k
62+
5663
Or starting the daemon with -o. Test unlocking and locking crypto if you have subscription for it.
64+
5765
- Quit the client. Congratulations, your pcloud console client works properly. You can now add “pcloudcc -u [email protected] -d” command in you startup scripts and thous mount the file system on startup.
5866

5967

0 commit comments

Comments
 (0)