Skip to content

Commit 78547ae

Browse files
authored
Merge pull request #2023 from joto/install-gen
Add instructions for installing osm2pgsql-gen to README
2 parents 6b8a809 + f632993 commit 78547ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ The compiled files can be installed with
149149
sudo make install
150150
```
151151

152+
To install the experimental `osm2pgsql-gen` binary use
153+
154+
```sh
155+
sudo make install-gen
156+
```
157+
152158
By default, the Release build with debug info is created and no tests are
153159
compiled. You can change that behavior by using additional options like
154160
following:

0 commit comments

Comments
 (0)