Skip to content

Commit

Permalink
Add setup steps in README.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Nov 12, 2022
1 parent 9213335 commit ab75277
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions minecode/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ minecode
=========

MineCode is a Django web app that visits upstream package repositories and saves the package metadata to the PackageDB.

Local setup
===========

* ./configure
* make postgres
* make envfile
* make run
8 changes: 8 additions & 0 deletions packagedb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ packagedb
=========

PackageDB is a Django web app that provides the model for storing package metadata.

Local setup
===========

* ./configure
* make postgres
* make envfile
* make run

0 comments on commit ab75277

Please sign in to comment.