A simple gtk app to get timetable information for swiss public transport.
- Verify
make
andcargo
are installed - Run the following commands to install the app
git clone git@github.com:chefe/sbb.git
cd sbb
sudo make install
- Verify
make
,flatpak-builder
andflatpak
are installed - Run the following commands to build the flatpak and install it
git clone git@github.com:chefe/sbb.git
cd sbb
make install-flatpak