diff options
| author | Nick Iodice <nicholas.iodice@microsoft.com> | 2019-09-24 21:12:15 -0500 |
|---|---|---|
| committer | Nick Iodice <nicholas.iodice@microsoft.com> | 2019-09-24 21:12:15 -0500 |
| commit | 04b5cdbbf281916fcea1f23fa87f5c51cc1dfba1 (patch) | |
| tree | 33660f61c69157087d44d495770fde6ea183f59c /README.md | |
| parent | 196211eb8ef00aeb47b02bad0f5277e9c26bef7d (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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
