diff --git a/README.md b/README.md index 949c613..9691237 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,12 @@ Successfully Opened data.json - Second, Give me PR or Add issue with data.json
- Third, There's no third. +### Build contribute tools +``` +$ go build add-tool.go +$ go build distribute-readme.go +``` + ### Add common tools in `WebHackersWeapons` directory ``` diff --git a/add-tool b/add-tool deleted file mode 100755 index b517182..0000000 Binary files a/add-tool and /dev/null differ diff --git a/distribute-readme b/distribute-readme deleted file mode 100755 index aac03f8..0000000 Binary files a/distribute-readme and /dev/null differ diff --git a/template/foot.md b/template/foot.md index 99b5e0c..4c6ec6f 100644 --- a/template/foot.md +++ b/template/foot.md @@ -30,6 +30,12 @@ Successfully Opened data.json - Second, Give me PR or Add issue with data.json
- Third, There's no third. +### Build contribute tools +``` +$ go build add-tool.go +$ go build distribute-readme.go +``` + ### Add common tools in `WebHackersWeapons` directory ```