From d55e0b7521e2829555a6fee2e740aef7b3b4e197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sat, 17 Sep 2016 09:38:03 +0200 Subject: Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d00b8e..7ce592f 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,18 @@ For downloading the tool and the tests run git clone https://github.com/nplab/m3ua-testtool.git cd m3ua-testtool ``` -Then run +Then compile the `runm3uatest` using ``` cc -o runm3uatest runm3uatest.c +``` +and install the binary. For example, you can issue on Linux +``` sudo cp runm3uatest /usr/bin ``` -to compile and install the `runm3uatest` tool. +or do the following under FreeBSD +``` +sudo cp runm3uatest /usr/local/bin +``` Finally change the line in `dotguile` ``` -- cgit v1.2.3