Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 834 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 834 Bytes

sbb

A simple gtk app to get timetable information for swiss public transport.

Installation via Make

  1. Verify make and cargo are installed
  2. Run the following commands to install the app
git clone [email protected]:chefe/sbb.git
cd sbb
sudo make install

Installation via Flatpak

  1. Verify make, flatpak-builder and flatpak are installed
  2. Run the following commands to build the flatpak and install it
git clone [email protected]:chefe/sbb.git
cd sbb
make install-flatpak

Credits