Skip to content

Commit abda4c0

Browse files
authored
Merge pull request caprover#1263 from PolyglotNetwork/master
Added clarification about /captain for developing on Mac OS catalina or above
2 parents ef2eee0 + b9cb07f commit abda4c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ The goal is to make the common use-cases exposed via simple controls on UI while
2727
First, you need a Captain instance running in debug mode, this can be a remote server, a VM on your local machine,
2828
or your local machine itself. Needless to say, Docker is required (same minimum version as mentioned in README). Ubuntu is the best dev environment for CapRover.
2929

30-
> Docker for Mac users: You need to add `/captain` to shared paths.
30+
> Docker for Mac users: You need to add `/captain` to shared paths.
3131
> To do so, click on the Docker icon -> Preferences -> File Sharing and add `/captain`
32+
> This is not possible in Catalina or above versions. You can try your luck by changing `CAPTAIN_BASE_DIRECTORY` in `src/utils/CaptainConstants.ts` and in `dev-scripts/dev-clean-run-as-dev.sh` but it might be best to develop in a linux VM for best results.
3233
3334
Log in to your machine, clone the git repo and run the following lines:
3435

0 commit comments

Comments
 (0)