Skip to content

Commit

Permalink
#54 Update links (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Apr 28, 2023
1 parent 7a03806 commit d720259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store

downloads/
.history
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ Configuration values specified by environment variable or command line parameter
### Volumes

1. :pencil2: Specify the directory containing the Senzing installation.
Use the same `SENZING_VOLUME` value used when performing
"[How to initialize Senzing with Docker](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/initialize-senzing-with-docker.md)".
Example:

```console
Expand All @@ -79,7 +77,6 @@ Configuration values specified by environment variable or command line parameter

```console
cat ${SENZING_VOLUME}/g2/g2BuildVersion.json
cat ${SENZING_VOLUME}/data/3.0.0/libpostal/data_version
```

1. :warning:
Expand Down Expand Up @@ -141,9 +138,9 @@ Configuration values specified by environment variable or command line parameter

The following software programs need to be installed:

1. [git](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-git.md)
1. [make](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-make.md)
1. [docker](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-docker.md)
1. [git](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/git.md)
1. [make](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/make.md)
1. [docker](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/docker.md)

### Clone repository

Expand Down

0 comments on commit d720259

Please sign in to comment.