Skip to content

Latest commit

 

History

History
executable file
·
32 lines (23 loc) · 1.16 KB

installation.md

File metadata and controls

executable file
·
32 lines (23 loc) · 1.16 KB

Installation

There are two ways to install wallabag-cli. You can either use a prebuild file or the sources.
The prebuild file is easier to use. The sources can be used on every operating system and architecture.
We suggest using the prebuild file if you are technically not skilled.


Prebuild binaries

  • Download the latest binaries from our release-page for your operating system
  • Unzip them
  • Done :)

On Linux you can make the program globally executable for each user by running the following commands:

sudo chown root:root wallabag
sudo chmod 755 wallabag
sudo mv wallabag /usr/local/bin

Sources

  • Download the sources via git or from our release-page
  • Probably unzip them
  • Install all missing python modules by executing
    pip install -r requirements.txt
    in the main folder
  • The program can be executed by running the file wallabag.py in the wallabag-subfolder