mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-23 01:45:48 -05:00
Use css to align the Flatpak image on the Readme.md since markdown doesn't allow tweaking the positioning. Sorry, I couldn't let it like this :)
12 lines
481 B
Markdown
12 lines
481 B
Markdown
|
|
<p align="center">
|
|
<img src="https://github.com/flatpak/flatpak/blob/master/flatpak.png?raw=true" alt="Flatpak icon"/>
|
|
</p>
|
|
|
|
Flatpak is a system for building, distributing and running sandboxed
|
|
desktop applications on Linux.
|
|
|
|
See http://flatpak.org/ for more information.
|
|
|
|
Read documentation for the flatpak [commandline tools](http://flatpak.github.io/flatpak/flatpak-docs.html) and for the libflatpak [library API](http://flatpak.github.io/flatpak/reference/html/index.html).
|