Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Add information about submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcen authored and geirha committed Nov 28, 2012
1 parent c45b131 commit f1d498b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Expand Up @@ -7,6 +7,11 @@ To build, you'll need
- Header files of libraries needed to build bash, awk, mksh etc.
- Other standard and typical commands, like gzip, bzip2 and pax.

To grab the latest bash development branch from Git so it can be built

git submodule init && git submodule update && cd bash && \
git checkout devel

For Ubuntu/Debian

sudo apt-get install build-essential pax ncompress
Expand Down

0 comments on commit f1d498b

Please sign in to comment.