Skip to content

Commit 70abc3c

Browse files
authored
Merge pull request openshift#1999 from sjenning/add-make-to-deps
Add make to deps
2 parents 1723df9 + dfeab4a commit 70abc3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: contributing_to_docs/tools_and_setup.adoc

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

8384
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.
8485

0 commit comments

Comments
 (0)