Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ to install and run osm2pgsql.
* update the database from OSM change files and replication diffs
* usable for importing a small geographic area on a tiny laptop up to
importing the whole world on a large server machine
* runs on Linux, Windows and MacOS
* runs on Linux, macOS, Windows and FreeBSD
* [and more](https://osm2pgsql.org/about/features/)

## Installing
Expand All @@ -29,6 +29,7 @@ to install and run osm2pgsql.
the latest version via backports.
* __macOS__: osm2pgsql is available through [Homebrew](https://brew.sh/)
* __Windows__: use our [binary builds](https://osm2pgsql.org/download/windows/)
* __FreeBSD__: osm2pgsql is available in the [FreeBSD ports tree](https://cgit.freebsd.org/ports/tree/converters/osm2pgsql)
Comment thread
louwers marked this conversation as resolved.
Outdated

For detailed instructions, visit
the [Installation page](https://osm2pgsql.org/doc/install.html).
Expand Down