Skip to content

Commit 8bb27f0

Browse files
committed
Update README.md
1 parent 8b87988 commit 8bb27f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The guide may be used and shared for educational, non-commercial, not-for-profit
1414
sudo apt-get install git
1515
```
1616

17-
### Install [pretty markdown to pdf](https://github.com/elationfoundation/pretty_md2pdf)
17+
### Install the [Documentation Builder](https://github.com/OpenInternet/Documentation-Builder.git)
1818

19-
[Use the installation instructions found here.](https://github.com/elationfoundation/pretty_md2pdf/blob/master/docs/INSTALL.md)
19+
[Use the installation instructions found here.](https://github.com/OpenInternet/Documentation-Builder/blob/master/docs/INSTALL.md)
2020

2121
### Download the [System Administrator Guide Text](https://github.com/OpenInternet/System_Administrator_Guide_Text)
2222

@@ -35,5 +35,6 @@ cd ..
3535
### Create the System Administrator Guide
3636

3737
```
38-
./pretty_md2pdf/builddoc -i System_Administrator_Guide_Text/en/ -t System_Administrator_Guide_Templates/ -o SysAdminGuide.pdf
38+
cd /path/to/documentation/builder/
39+
./builddoc -i path/to/System_Administrator_Guide_Text/en -t /path/to/System_Administrator_Guide_Templates/ -o output_filename.pdf
3940
```

0 commit comments

Comments
 (0)