Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Jul 4, 2024
1 parent 8cfa65b commit a5142a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,15 @@ If --username and/or --dbname are not specified the current username is used as
Sample command for running pg2b3dm:

```
-h localhost -U postgres -c geom_triangle --shaderscolumn shaders -t delaware_buildings -d postgres -g 100,0
$ pg2b3dm -h localhost -U postgres -c geom_triangle --shaderscolumn shaders -t delaware_buildings -d postgres -g 100,0
```

Database password will be asked to create the database connection, unless:

- Trusted authentication is enabled;

- Environment varianble 'PGPASSWORD' is set.

## Installation


Expand Down

0 comments on commit a5142a1

Please sign in to comment.