README.md: Link to the GitHub page

The Fedora Container Guidelines [1] mandate that a README.md must be
COPYed into the image, and that it should have a link to the project
page.

[1] https://fedoraproject.org/wiki/Container:Guidelines#Help_File
This commit is contained in:
Debarshi Ray 2018-09-14 11:37:05 +02:00
parent 89bd833f44
commit b85fd7fccc

View file

@ -1,14 +1,15 @@
# Fedora Toolbox — Hacking on your OSTree-based Fedora
Fedora Toolbox is a tool that offers a familiar RPM based environment for
developing and debugging software on locked down
[OSTree](https://ostree.readthedocs.io/en/latest/)-based Fedora systems like
[Silverblue](https://silverblue.fedoraproject.org/). Such operating systems
are shipped as *immutable* OSTree images, where it's difficult to setup a
development environment with your favorite tools, editors and SDKs. A toolbox
container solves that problem by providing a RPM based *mutable* container.
You can tweak it to your heart's content and use DNF to install your favorite
packages, all without worrying about breaking your operating system.
[Fedora Toolbox](https://github.com/debarshiray/fedora-toolbox) is a tool that
offers a familiar RPM based environment for developing and debugging software
on locked down [OSTree](https://ostree.readthedocs.io/en/latest/)-based Fedora
systems like [Silverblue](https://silverblue.fedoraproject.org/). Such
operating systems are shipped as *immutable* OSTree images, where it's
difficult to setup a development environment with your favorite tools, editors
and SDKs. A toolbox container solves that problem by providing a RPM based
*mutable* container. You can tweak it to your heart's content and use DNF to
install your favorite packages, all without worrying about breaking your
operating system.
The toolbox environment is based on the `fedora-toolbox` image. This image is
then customized for the current user to create a toolbox container that