Skip to content

Commit

Permalink
documented how to run the binary on osx + few typos (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Rydahl Andersen <[email protected]>
  • Loading branch information
maxandersen authored Sep 26, 2024
1 parent dcbb845 commit 150d744
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export CONTAINER_TOOL=/usr/bin/docker

## Installation

To install kantra, download the executable for your platform and add it to the path.
To install kantra, download the executable for your platform and add it to the path.

Note: For Mac you might get a "Apple could not verify" error message. If you do you can run `xattr -d com.apple.quarantine kantra` to have Apple trust the `kantra` binary.

### Downloading stable release

Expand All @@ -51,7 +53,7 @@ ${CONTAINER_TOOL:-podman} cp $(${CONTAINER_TOOL:-podman} create --name kantra-do

#### Mac

When you ar not using Docker for Desktop on your Mac (see above),
When you are not using Docker for Desktop on your Mac (see above),
you need to start a podman machine prior to running any podman commands (see [Setup for Mac](#mac-1))

Once a machine is started, run:
Expand All @@ -62,7 +64,7 @@ ${CONTAINER_TOOL:-podman} cp $(${CONTAINER_TOOL:-podman} create --name kantra-do

#### Windows

When you ar not using Docker for Desktop on your Windows (see above),
When you are not using Docker for Desktop on your Windows (see above),
you need to start a podman machine prior to running any podman commands (see [Setup for Windows](#windows-1))

Once a machine is started, run:
Expand Down

0 comments on commit 150d744

Please sign in to comment.