From 0efaefb9ccdc7dca1a5bc9cb4ee93d8f025efa03 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Tue, 16 May 2023 21:00:52 +0200 Subject: [PATCH] Replace whole repo with latest content from branch rhel-8.8.0 Content corresponds with RHEL dist-git commit c077beb --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a3e587 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +one directory to rule them all +============================== + +For more information, see the +[proposal](https://fedoraproject.org/Changes/Web_Assets) and +[proposed guidelines](https://fedoraproject.org/User:Patches/PackagingDrafts/Web_Assets) + +Try Me +------ + +```sh +sudo yum install git fedora-packager +git clone https://github.com/tchollingsworth/fedora-web-assets +cd fedora-web-assets +fedpkg --dist=f19 local +sudo yum install noarch/* +``` + +[There are also some builds here.](http://patches.fedorapeople.org/web-assets/)