From c4370e009c0be5eb5e7f16d72de8724bbdc1d6d6 Mon Sep 17 00:00:00 2001 From: Sam Hedin Date: Thu, 26 Dec 2024 22:36:30 +0100 Subject: [PATCH] Document that ~ in flutter path name leads to Can't find flutter on PATH Just had the issue when setting up on a new computer. Users also had the issue here: https://github.com/Tensegritics/ClojureDart/issues/175 --- doc/flutter-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/flutter-quick-start.md b/doc/flutter-quick-start.md index 19f9ab9e..cc8c268a 100644 --- a/doc/flutter-quick-start.md +++ b/doc/flutter-quick-start.md @@ -8,7 +8,7 @@ ClojureDart needs at least Java 8. ## 1. [Install the latest stable Flutter](https://flutter.dev/docs/get-started/install) -It's a tad laborious as you have to install dependencies. +It's a tad laborious as you have to install dependencies. When adding Flutter to your path, replace any ~ with $HOME. ## 2. [Install Clojure CLI Tools](https://clojure.org/guides/getting_started#_clojure_installer_and_cli_tools)