# Hello
Welcome using *Poster*, a lightweight blog building command line tool!

## Posting

To put a post on your blog, simply add a markdown file (such as `my-first-post.md` in this example) in the /posts directory and enter:
```
poster post my-first-post.md
```
Then you can see your post on your blog!

To remove it, simply enter:
```
poster remove my-first-post.md
```
After you hit `Enter`, your original `.md` file will still exist, but it's not visible on your blog now.

## More infomation

To get more infomation about *Poster*, visit [here](https://github.com/trustgit/poster) and read `README.md`.

## Finally

Please enjoy. We wish you a happy posting experience!