Skip to content

Commit 545787b

Browse files
committed
added maintainer to the authors
1 parent ddeb6d5 commit 545787b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

AUTHORS

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Initial idea (and lots of thanks for letting reuse the Googe Code project):
44
Main developer:
55
Marc Garcia <http://vaig.be>
66

7-
Other contributors:
8-
Bruno Carvalho <http://brunocarvalho.com>
7+
Maintainer:
8+
Bruno Carvalho <http://brunocarvalho.com>

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ django-cart is a very simple application that just let you add and remove items
99

1010
## Installation
1111

12-
Add 'cart' to your installed apps
12+
To install this just type:
13+
14+
```
15+
python setup.py install
16+
```
17+
18+
After installing it, just add 'cart' to your installed apps and you're good to go.
1319

1420
## Usage
1521

0 commit comments

Comments
 (0)