Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
guedes committed May 23, 2021
1 parent dc0f515 commit 976f3ea
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 @@ -204,14 +204,14 @@ In Debian this is as easy as:
```bash
sudo apt-get install postgresql-XX-python-multicorn
sudo pip install Faker
sudo pip install https://github.com/guedes/faker_fdw/archive/v0.2.3.zip
sudo pip install https://github.com/guedes/faker_fdw/archive/v0.2.4.zip
```
If you are using the postgres docker image https://hub.docker.com/_/postgres
```bash
sudo apt-get install postgresql-XX-python3-multicorn
sudo pip3 install Faker
sudo pip3 install https://github.com/guedes/faker_fdw/archive/v0.2.3.zip
sudo pip3 install https://github.com/guedes/faker_fdw/archive/v0.2.4.zip
```
Once packages was installed, choose which database you want `faker_fdw` by typing:
Expand Down

0 comments on commit 976f3ea

Please sign in to comment.