Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdChaos authored Jul 25, 2022
1 parent 6a9a3b0 commit 662c0e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 662c0e8

Please sign in to comment.