Skip to content

Commit dfeab4a

Browse files
committed
add make to list of software dependenies
1 parent e74847c commit dfeab4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing_to_docs/tools_and_setup.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ live content editing on a Fedora Linux system.
7777
2. Install _Ruby_ development packages with `yum install ruby-devel`
7878
3. Install _gcc_ with `yum install gcc-c++`
7979
4. Install _redhat-rpm-config_ with `yum install redhat-rpm-config`
80-
5. Install the _ascii_binder_ gem with `gem install ascii_binder`
80+
5. Install _make_ with `yum install make`
81+
6. Install the _ascii_binder_ gem with `gem install ascii_binder`
8182

8283
NOTE: If you already have AsciiBinder installed, you may be due for an update. These directions assume that you are using AsciiBinder 0.0.8 or newer. To check and update if necessary, simply run `gem update ascii_binder`. Note that you may need root permissions.
8384

0 commit comments

Comments
 (0)