Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelga committed May 4, 2021
1 parent 6392dd9 commit fcb1317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Anonymizes
## Installation

```bash
git clone ???
git clone https://github.com/ismaelga/pg-anon.git
cd pg-anon
shards build --production --release
```

## Usage

```bash
pg-anon -d dump.sql -o anon.sql -f email:email,firstName:first_name
./bin/pg-anon -d dump.sql -o anon.sql -f email:email,firstName:first_name
```

## Development
Expand Down

0 comments on commit fcb1317

Please sign in to comment.