From 5091e3966d22372550266f92af5e91b071e1e88d Mon Sep 17 00:00:00 2001 From: Cai Qiqi <564933437@qq.com> Date: Fri, 4 Nov 2016 03:34:14 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb7eab..37f825f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ tested in userspace mode so far. To build: 1. Add these files to /elements/local/ -2. Build Click with the --enable-local and --enable-userspace flag. +2. Build Click with the `--enable-local` and `--enable-userlevel` flag. agent-click-file-gen.py From 1b96efbe1d98e664ad6f7ac8f929d8506d13b93b Mon Sep 17 00:00:00 2001 From: Cai Qiqi <564933437@qq.com> Date: Fri, 4 Nov 2016 03:35:56 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37f825f..3c4b05d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ tested in userspace mode so far. To build: 2. Build Click with the `--enable-local` and `--enable-userlevel` flag. +3. ```sh $make``` agent-click-file-gen.py ----------------------- From 0b667cb3368f941c9890436a561f11c3835df752 Mon Sep 17 00:00:00 2001 From: Cai Qiqi <564933437@qq.com> Date: Fri, 4 Nov 2016 03:36:32 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4b05d..586cca1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ tested in userspace mode so far. To build: 2. Build Click with the `--enable-local` and `--enable-userlevel` flag. -3. ```sh $make``` +3. ``` $ make``` agent-click-file-gen.py -----------------------