mirror of
https://github.com/yudai/gotty.git
synced 2026-03-15 09:46:30 +01:00
Add contributor list to README
This commit is contained in:
parent
11396d7877
commit
91f9172faf
4 changed files with 265 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -64,6 +64,12 @@ js/node_modules/webpack:
|
|||
cd js && \
|
||||
npm install
|
||||
|
||||
README.md: README.md.in
|
||||
(cat $< ; git log --pretty=format:' * %aN <%aE>' | \
|
||||
grep -v 'sorenisanerd' | \
|
||||
grep -v 'yudai@arielsworks' | \
|
||||
sort -u ) > $@
|
||||
|
||||
tools:
|
||||
go get github.com/tools/godep
|
||||
go get github.com/mitchellh/gox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue