Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Commit f8c649f

Browse files
committed
Improve README
1 parent c78d667 commit f8c649f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,16 @@ Make sure you have GCC installed and run the following:
1818

1919
make
2020
sudo make install
21+
22+
Check that `$PATH` is set up properly. This should show `/usr/local/bin/dropbox`:
23+
24+
which dropbox
25+
26+
Restart Dropbox:
27+
28+
dropbox stop
29+
dropbox start
30+
31+
## Uninstall
32+
33+
sudo make uninstall

0 commit comments

Comments
 (0)