Skip to content

Commit 899f534

Browse files
committed
fixing install doc bugs
1 parent ce507e5 commit 899f534

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pages/docs/install/install-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To download the most recent development code, you should use Git and do the foll
3131
```bash
3232
git clone {{ site.repo }}.git
3333
cd singularity
34+
./autogen.sh
3435
./configure --prefix=/usr/local
3536
make
3637
sudo make install

pages/docs/overview/start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ toc: false
1111
```bash
1212
git clone {{ site.repo }}.git
1313
cd singularity
14+
./autogen.sh
1415
./configure --prefix=/usr/local
1516
make
1617
sudo make install

0 commit comments

Comments
 (0)