Skip to content

Commit

Permalink
Merge pull request #1 from kanzure/chrootreadmeupdate1
Browse files Browse the repository at this point in the history
Additional instructions for chroot users
  • Loading branch information
kanzure committed Sep 17, 2012
2 parents 2237b68 + 5a85236 commit e14a33a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,13 @@ wget http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot.tar.gz
# extract the chroot
tar -zxvf nanoengineer-chroot.tar.gz

# mount these things if you want the GUI to work
for i in tmp proc dev; do sudo mount --bind /$i nanoengineer-chroot/$i; done

# jump in
sudo chroot nanoengineer-chroot/

# run nanoengineer
# now run nanoengineer
su nanoengineeruser -c "python ~/code/nanoengineer/cad/src/main.py"
```

Expand Down

0 comments on commit e14a33a

Please sign in to comment.