Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biegehydra authored Oct 24, 2023
1 parent d927382 commit e1dc561
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ means you don't have to build it. You still need to install it on your machine.

### Install LibPostal on your machine

Instructions can be found on their github https://github.com/openvenues/libpostal
Instructions can be found on LibPostal's github https://github.com/openvenues/libpostal

These are the instructions I used on my WINDOWS machine. WHEREVER YOU INSTALL LIBPOSTAL
YOU MUST UPDATE THE APPSETTINGS.DEVELOPMENT.JSON FILE WITH THE APPROPRIATE PATH.
Expand Down Expand Up @@ -59,7 +59,8 @@ lib.exe /def:libpostal.def /out:libpostal.lib /machine:x64
## Instructions to run docker container locally

When running this project in a docker container locally, you will want to take advantage of
layer caching. To do this, open command prompt in the root of the project (with the docker file) and run the following
layer caching; because installing LibPostal in a container takes a lot of time.
To do this, open command prompt in the root of the project (with the docker file) and run the following

```
docker build -t libpostalnet:v1 .
Expand Down

0 comments on commit e1dc561

Please sign in to comment.