new file structure
This commit is contained in:
parent
03d91b3e73
commit
055ac3f1d6
6 changed files with 1872 additions and 1 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Facebook browser
|
||||
|
||||
This is just a little browser in Qt to run Facebook with its own cookiejar.
|
||||
|
||||
It is basically a stripped down version of https://code.google.com/p/devicenzo/
|
||||
|
||||
To install it download it and then run on Linux:
|
||||
|
||||
<code>sudo make install</code>
|
||||
|
||||
To uninstall:
|
||||
|
||||
<code>sudo make uninstall</code>
|
||||
|
||||
You need to have installed Qt and python.
|
Loading…
Add table
Add a link
Reference in a new issue