Makefile and README

This commit is contained in:
Simon Vieille 2015-05-10 02:32:24 +02:00
parent 7edcda53b6
commit 6294a20c7b
2 changed files with 4 additions and 1 deletions

View file

@ -28,7 +28,7 @@ optimize:
update:
@echo
#
# Updating application's depencies.
# Updating application's dependencies.
#
$(GIT) pull origin master
${MKDIR} -p data/git

View file

@ -2,6 +2,7 @@ GIST
====
GIST is an open-source application to share code.
https://www.deblan.io/post/517/gist-est-dans-la-place
Requirements
------------
@ -22,6 +23,8 @@ Installation
$ # EDIT propel.yml (dsn)
$ make propel
Screencast: https://asciinema.org/a/19814
### Git
Git can maybe be downloaded from your system's repositories.