From 0aea00ae98cd6c9e2040ee9a9b34d02dc8b605d7 Mon Sep 17 00:00:00 2001 From: Kai O'Reilly Date: Wed, 21 Aug 2024 11:43:01 -0700 Subject: [PATCH] document that you should re-install the core tool each time you update to a new version of Cogent Core --- docs/content/2-setup/0-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2-setup/0-install.md b/docs/content/2-setup/0-install.md index be2f239277..ceaf0be76e 100644 --- a/docs/content/2-setup/0-install.md +++ b/docs/content/2-setup/0-install.md @@ -1,7 +1,7 @@ Note: we recommend you read the [basics](../basics) and [tutorials](../tutorials) before you start developing with Cogent Core on your system. Complete all of the following steps to install Cogent Core: 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. +2. Run `go install cogentcore.org/core/cmd/core@main` to install the Cogent Core command line tool. You should run this command again each time you update to a new version of Cogent Core. 3. Run `core setup` to install platform-specific dependencies. Please first read all of the information below: * This installs the [xcode-tools](https://mac.install.guide/commandlinetools/4) on macOS, various graphics libraries on Linux, and [w64devkit](https://github.com/skeeto/w64devkit) and [Git](https://git-scm.com/download/win) on Windows. * You should run the command from your home directory.