aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2018-01-22 11:46:44 -0800
committerPhilip Tricca <philip.b.tricca@intel.com>2018-01-23 09:10:20 -0800
commit178dd5dd6b90f2f459082e372a749edc5d6e5583 (patch)
tree40b72728bdb4a7695e73e6fc3d7b4be9012c7eb6 /README.md
parent5981455164595fd936ba4386f3e38bdda4ddf2e7 (diff)
downloadtpm2-tss-178dd5dd6b90f2f459082e372a749edc5d6e5583.tar.gz
update INSTALL and README
Update the INSTALL.md file to include a dependency on liburiparser-dev. Update the README.md file to correctly point to the INSTALL.md file. Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index baaa7361..0add714d 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The `tpmclient` program will run either until completion, or until an error occu
Please report failures in a Github 'issue' with a full log of the test run.
This must include output from the `tpmclient` program.
This output must include full debug messages which requires that the libraries and binaries be built with debug flags enabled.
-See [INSTALL](INSTALL) for instructions to build with debug flags enabled.
+See [INSTALL](INSTALL.md) for instructions to build with debug flags enabled.
## Test Suite Decomposition
We are currently working to decompose the existing monolithic `tpmclient` program into individual test programs that can be integrated into an automated test harness.