File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,9 @@ The default download path for the books is set to the directory from where you r
33
33
34
34
I'm too lazy! If I open a terminal, I don't want type `` python3 pylibgen.py -a Julian Osorno ``
35
35
36
- The best way for download books from Library Genesis is editing .bashrc and add three lines like this:
36
+ The best way for download books from Library Genesis is editing .bashrc and add one line like this:
37
37
38
- - alias library-genesis-author='python3 /home/blackout/.library-genesis/pylibgen.py -a'
39
- - alias library-genesis-title='python3 /home/blackout/.library-genesis/pylibgen.py -t'
40
- - alias library-genesis-publisher='python3 /home/blackout/.library-genesis/pylibgen.py -p'
38
+ - alias library-genesis='python3 /home/blackout/.library-genesis/pylibgen.py'
41
39
42
40
Thats all.
43
41
You can’t perform that action at this time.
0 commit comments