about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-04-12 12:42:06 -0500
committerCase Duckworth2020-04-12 12:42:06 -0500
commitbbe5cbd04838d5e618f8482a174c8a997fdd8504 (patch)
tree610f0e3ffcdc6ee37dc8931c7731db53d3efbd78
parentAdd Makefile (diff)
downloadmrgrctrnl-bbe5cbd04838d5e618f8482a174c8a997fdd8504.tar.gz
mrgrctrnl-bbe5cbd04838d5e618f8482a174c8a997fdd8504.zip
Add Uninstall info
-rw-r--r--README.md7
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```