Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-17 Update for RPM installation #21

Merged
merged 1 commit into from
Aug 4, 2019
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Create a folder for each output directory.

```console
export SENZING_DATA_VERSION_DIR=/opt/senzing/data/1.0.0
export SENZING_G2_DIR=/opt/senzing/g2
export SENZING_ETC_DIR=/etc/opt/senzing
export SENZING_G2_DIR=/opt/senzing/g2
export SENZING_VAR_DIR=/var/opt/senzing
```

Expand All @@ -100,8 +100,8 @@ Create a folder for each output directory.
export SENZING_VOLUME=/opt/my-senzing

export SENZING_DATA_VERSION_DIR=${SENZING_VOLUME}/data/1.0.0
export SENZING_G2_DIR=${SENZING_VOLUME}/g2
export SENZING_ETC_DIR=${SENZING_VOLUME}/etc
export SENZING_G2_DIR=${SENZING_VOLUME}/g2
export SENZING_VAR_DIR=${SENZING_VOLUME}/var
```

Expand Down