Skip to content

Commit

Permalink
Merge pull request #11 from asdofindia/add-docs
Browse files Browse the repository at this point in the history
Add CONTRIBUTING.md
  • Loading branch information
knadh committed Apr 4, 2021
2 parents f6625f5 + 22b5676 commit 7c2fc2a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing

To get dictmaker compiled on your own local system:

0. Make sure you have `go` installed.
1. Clone this repository on to your computer.
2. Switch to the folder.
3. Run `make`
4. `./dictmaker` is now available
5. Follow the rest of "Installation" instruction in README.md

To configure the `[db]` section of `config.toml`, you will need a postgres instance running on your computer.

## Setting up a test database

1. Install postgresql.
2. `createuser` and `createdb`. Fill config.toml with these details.
3. `psql -Upostgres dictmaker -f sample/sample.sql`

0 comments on commit 7c2fc2a

Please sign in to comment.