Skip to content

Commit ce505d9

Browse files
authored
changed yum to dnf
1 parent 1031e2c commit ce505d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/gitweb.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ git instaweb --httpd=webrick --stop
3030
----
3131

3232
If you want to run the web interface on a server all the time for your team or for an open source project you're hosting, you'll need to set up the CGI script to be served by your normal web server.
33-
Some Linux distributions have a `gitweb` package that you may be able to install via `apt` or `yum`, so you may want to try that first.
33+
Some Linux distributions have a `gitweb` package that you may be able to install via `apt` or `dnf`, so you may want to try that first.
3434
We'll walk through installing GitWeb manually very quickly.
3535
First, you need to get the Git source code, which GitWeb comes with, and generate the custom CGI script:
3636

0 commit comments

Comments
 (0)