Skip to content

Commit

Permalink
README: add enscript and zip to prereqs and clarify bootstrap cvssour…
Browse files Browse the repository at this point in the history
…ce msg

Closes #266
  • Loading branch information
dionrhys authored and bagder committed Jun 19, 2023
1 parent be6cdc2 commit 46f168b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ Markdown is converted to HTML with `pandoc`.
Make sure the following tools are in your $PATH.

- curl
- GNU date
- GNU enscript
- [fcpp](https://daniel.haxx.se/projects/fcpp/)
- GNU make
- pandoc
- perl (with CPAN packages: CGI, HTML::Entities)
- roffit
- GNU date
- zip

## Build

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p download/archeology
touch dl/data/databas.db

if test ! -d cvssource; then
echo "specify full path to source code root dir"
echo "specify full path to curl source code root dir"
read -r code
ln -sf "${code}" cvssource
fi
Expand Down

0 comments on commit 46f168b

Please sign in to comment.