Skip to content
/ sbb Public

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

License

Notifications You must be signed in to change notification settings

chefe/sbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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 git@github.com:chefe/sbb.git
cd sbb
make install-flatpak

Credits