Skip to content

Commit c964154

Browse files
committed
Add a section on the sources and PDF
1 parent a76cdd9 commit c964154

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ This is a tutorial introduction to the Unix shell, suitable for people
66
who want to know how to use it effectively and how to write
77
sophisticated shell scripts.
88

9+
## Sources and PDF
10+
11+
This document is written in troff, using the `ms` macros plus some
12+
extras included with it. A Makefile is included that will build the
13+
document on most Unix systems.
14+
15+
The sources are maintained using the git distributed revision control
16+
system. The latest version of the repository may be found at:
17+
<https://github.com/pmetzger/ShellTutorial>
18+
19+
A PDF version of the document should also be available for download
20+
from: <https://github.com/pmetzger/ShellTutorial/downloads>
21+
922
## History
1023

1124
The tutorial was originally written by the creator of the modern

0 commit comments

Comments
 (0)