diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md index 870922e..7d92514 100644 --- a/README.md +++ b/README.md | |||
@@ -45,6 +45,11 @@ example.com ted localhost:6989 localhost:6667 | |||
45 | ## Install | 45 | ## Install |
46 | 46 | ||
47 | ```` | 47 | ```` |
48 | $ make clean | ||
49 | # make install | 48 | # make install |
50 | ``` | 49 | ``` |
50 | |||
51 | ## Uninstall | ||
52 | |||
53 | ``` | ||
54 | # make uninstall | ||
55 | ``` | ||