Skip to content

Commit

Permalink
Merge pull request #9 from nexB/update-readme
Browse files Browse the repository at this point in the history
Add setup steps in README.rst
  • Loading branch information
JonoYang authored Nov 12, 2022
2 parents 9213335 + ab75277 commit b3fb68f
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 b3fb68f

Please sign in to comment.