Skip to content

Commit

Permalink
[#19] Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and trel committed Mar 6, 2024
1 parent f5c2ec7 commit 38aee92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If everything succeeds, you will have a DEB package in the local directory you m

## The Runner Image

The runner image is responsible for running the iRODS S3 API. Building the runner image requires the DEB package the iRODS S3 API to exist on the local machine. See the previous section for details on generating the package.
The runner image is responsible for running the iRODS S3 API. Building the runner image requires the DEB package for the iRODS S3 API to exist on the local machine. See the previous section for details on generating the package.

To build the image, run the following command:
```bash
Expand Down Expand Up @@ -181,7 +181,7 @@ make package # Use -j to use more parallelism.

Upon success, you should have an installable package.

If you run into issues, try checking if the git submodules exist on your machine and you're running an up-to-date version of Docker.
If you run into issues, try checking if the git submodules exist on your machine.

## Running without Docker

Expand Down

0 comments on commit 38aee92

Please sign in to comment.