Skip to content

Commit

Permalink
Update docs/running-locally.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: chengjoey <[email protected]>
  • Loading branch information
chengjoey and Anton Gilgur committed Sep 1, 2024
1 parent d7d51a7 commit 6594dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ sandboxed
shortcodes
stateful
stderr
symlinks
temporality
triaged
un-reconciled
Expand Down
4 changes: 3 additions & 1 deletion docs/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ You can use the `TARGET_PLATFORM` environment variable to compile images for spe
make argoexec-image TARGET_PLATFORM=linux/arm64,linux/amd64
```

!!! Note "expected 'package', found signal..." If you see this error, you need to set git `core.symlinks=true`, just run `git config --global core.symlinks true` or `git -c core.symlinks=true clone`.
!!! Note "Error `expected 'package', found signal_darwin`"
You may see this error if symlinks are not configured for your `git` installation.
Run `git config core.symlinks true` to correct this.

To also start the API on <http://localhost:2746>:

Expand Down

0 comments on commit 6594dbf

Please sign in to comment.