summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Iodice <nicholas.iodice@microsoft.com>2019-09-24 21:12:15 -0500
committerNick Iodice <nicholas.iodice@microsoft.com>2019-09-24 21:12:15 -0500
commit04b5cdbbf281916fcea1f23fa87f5c51cc1dfba1 (patch)
tree33660f61c69157087d44d495770fde6ea183f59c /README.md
parent196211eb8ef00aeb47b02bad0f5277e9c26bef7d (diff)
Fixed unit tests and enabled them in build
* Uncommented test command in build script * Moved build scripts into ./scripts/ * Updated README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea792b33..befa7007 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ This repository is a work in progress and is not yet suitable for production wor
* Installing the provider
```bash
-./build.sh # build & test provider code
-./local-install.sh # install provider locally
+./scripts/build.sh # build & test provider code
+./scripts/local-install.sh # install provider locally
```
* Using the provider