소스 검색

Add readme swag

Vadim Markovtsev 8 년 전
부모
커밋
a8b665a65d
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README.md
  2. BIN
      git-git.png

+ 3 - 1
README.md

@@ -22,6 +22,8 @@ to get the annual burnout plot, set granularity to 365. Sampling is the
 frequency with which the burnout is snapshotted. The smaller the value,
 the more smooth is the plot but the more work is done.
 
+![git/git image](git-git.png)
+
 ###Installation
 You are going to need Go and Python 2 or 3.
 ```
@@ -36,7 +38,7 @@ wget https://github.com/src-d/hercules/raw/master/labours.py
 hercules https://github.com/src-d/go-git | python3 labours.py
 # Use "file system" go-git backend and print the raw data.
 hercules /path/to/cloned/go-git
-#  Use "file system" go-git backend, cache the cloned repository to /tmp/repo-cache and display the plot.
+# Use "file system" go-git backend, cache the cloned repository to /tmp/repo-cache and display the plot.
 hercules https://github.com/git/git /tmp/repo-cache | python3 labours.py
 
 # Now something fun

BIN
git-git.png