Browse Source

Update README.MD

MoeClub 5 năm trước cách đây
mục cha
commit
57b6eb4f11
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      hping/README.MD

+ 6 - 2
hping/README.MD

@@ -1,6 +1,10 @@
 # Install
 ```
-mkdir -p "/usr/local/Cellar"
-tar -xvf <(curl -sSL "https://homebrew.bintray.com/bottles/hping-3.20051105.catalina.bottle.tar.gz") -C "/usr/local/Cellar"
+bash <(curl -sSL "https://raw.githubusercontent.com/MoeClub/Note/master/hping/hping.sh")
+```
 
+# Uninstall
+```
+sudo rm -rf "/usr/local/bin/hping"
+sudo rm -rf "/usr/local/Cellar/hping"
 ```