Skip to content

Commit

Permalink
document that you must run core setup on windows as administrator
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 23, 2024
1 parent dd082ff commit 0e6442e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/2-setup/0-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ Now that you have read the [basics](../basics) and [tutorials](../tutorials), yo

1. Download and install Go from [the Go website](https://go.dev/doc/install) if you do not already have Go 1.22+ installed.
2. Run `go install cogentcore.org/core/cmd/core@main` to install the Cogent Core command line tool.
3. Run `core setup` to install platform-specific dependencies. You may need to enter your password so that it can run `sudo` commands. On Windows, you may need to follow steps in installers; if it asks you about Git Bash, you should choose to install it, and you should use it as your main shell for development.
3. Run `core setup` to install platform-specific dependencies.
* You may need to enter your password so that it can run `sudo` commands.
* On Windows, you must run the command from a shell/prompt running as administrator. You may need to follow steps in installers. If it asks you about Git Bash, you should choose to install it, and you should use it as your main shell for development.

0 comments on commit 0e6442e

Please sign in to comment.