Skip to content

Commit

Permalink
Update README.md (#361)
Browse files Browse the repository at this point in the history
unnecessary dot
  • Loading branch information
web3d3mon420 authored Sep 30, 2024
1 parent e53ed42 commit f7fa7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A centralized registry for Farcaster usernames (fnames). Exposes an HTTP API for

## Getting started

1. Start Postgres: `docker compose up --detach`.
1. Start Postgres: `docker compose up --detach`
2. Create test DB: `echo 'create database registry_test' | PGPASSWORD=password psql -h localhost -p 6543 -U app registry_dev`
3. Install packages: `yarn install`
4. Run tests: `yarn test`
Expand Down

0 comments on commit f7fa7f1

Please sign in to comment.