From dd7751932a621b3f5161d16c8189bcdc7bcdc7db Mon Sep 17 00:00:00 2001 From: FeRD (Frank Dana) Date: Jul 13 2018 12:33:10 +0000 Subject: Remove ruby-packaging "help wanted" from README `rubygem-ascii_binder` is now in Fedora's repo. Updated the install command to use `dnf`, and removed the call for packagers. --- diff --git a/README.md b/README.md index d7fe12c..2784868 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,14 @@ markup language. You may want to look at: To test your changes, first install `asciibinder` -$ gem install ascii_binder +```console +$ sudo dnf install -y rubygem-ascii_binder +``` -To build your changes, from the root directory: +To build your changes, from the root of the documentation tree (clone): -``` +```console $ asciibinder package $ firefox _package/main/index.html ``` -**Help wanted**: We need Ruby packaging experts to [help us get asciibinder -into Fedora as an -RPM](https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.org/message/7ZWMVGQ3RXDWAJNP3OOZXBC57SYB5IF5/).