Skip to content

Commit

Permalink
Modify INSTALL.md to reference latest version of TPM simulator
Browse files Browse the repository at this point in the history
Signed-off-by: Moneeb Azhar <moneeb777@hotmail.com>
  • Loading branch information
moneeb777 authored and idesai committed Mar 11, 2020
1 parent 4ae855e commit 0561d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ $ sudo make install
* ##### TPM simulator
```
$ mkdir ibmtpm && cd ibmtpm
$ wget https://downloads.sourceforge.net/project/ibmswtpm2/ibmtpm1332.tar.gz
$ tar -zxvf ibmtpm1332.tar.gz
$ wget https://sourceforge.net/projects/ibmswtpm2/files/latest/download -O ibmtpm.tar.gz
$ tar -zxvf ibmtpm.tar.gz
$ cd src
$ make -j5
```
Expand Down

0 comments on commit 0561d94

Please sign in to comment.