diff --git a/README.md b/README.md index 07fb54f..08960d9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# blogpusher +# BlogPusher A tool to help you push your blog or any other git repo by one command. + +### How to use? +You just need put blogpusher.exe on your git repo dictionary and add "blogpusher.exe" to .gitignore. + +### Compile +``` +g++ -o blogpusher.exe blogpusher.cpp +``` +Yes, you see, you can also compile it as other OS's executable file easily.