Skip to content

Commit

Permalink
Merge pull request #60 from ThaumicMekanism/dev
Browse files Browse the repository at this point in the history
Added note on optional expect script to install.
  • Loading branch information
dkohlbre committed Mar 1, 2019
2 parents dceb1bd + c3c901a commit fc2021e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 \
python pkg-config libglib2.0-dev libpixman-1-dev
```

Some of the utilities also use ``expect`` so we recommend that you install that as well though it is not strictly necessary.
```
sudo apt install expect
```

Setup Tools and Submodules
```
./fast-setup.sh
Expand Down
6 changes: 6 additions & 0 deletions docs/source/Getting-Started/Running-Keystone-with-QEMU.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Ubuntu
libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 \
python pkg-config libglib2.0-dev libpixman-1-dev libssl-dev

.. note::

Some of the utilities also use ``expect`` so we recommend that you install that as well though it is not strictly necessary.
::
sudo apt install expect
Quick Setup
----------------------------

Expand Down

0 comments on commit fc2021e

Please sign in to comment.