This is an automated email from the ASF dual-hosted git repository. kittohoward pushed a commit to branch initial-dta in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git
commit 1f158720463a8ae830aa0e3439704aacfa9e479d Author: howardkitto <[email protected]> AuthorDate: Wed Aug 28 08:09:32 2019 +0100 updates README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f6f0c3..fe5fcd2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Milagro D-TA provides a basic set of services for creating identities for actors 2. **SafeGuardSecret** Encrypts a string and decrypts it again ## Instalation -To see Milagro D-TA in action clone this repo and run the build script. This has currently been tested on Ubuntu (we'll make a Mac version shortly. Windows? You're on your own...) +To see Milagro D-TA in action clone this repo and run the build script. This has currently been tested on Ubuntu 18.04 (we'll make a Mac version shortly. Windows? You're on your own...) ``` git clone https://github.com/apache/incubator-milagro-dta.git @@ -34,7 +34,7 @@ docker build -t mydta . ``` ## Running Test - +To run an end-to-end test ``` ./cmd/servicetester/fulltest.sh ```
