aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-10-25 05:34:53 -0700
committerGitHub <noreply@github.com>2024-10-25 05:34:53 -0700
commit7bf3a9d24cc43f1fa2d874f185d845f073f6a688 (patch)
treec2a8bf748a370311826de0e71486b6ec26e16039
parentFix Issue #1512 (diff)
parentClarify installation info a bit (diff)
Merge pull request #1515 from sogaiu/tweak-install-info-in-readme
Clarify installation info a bit
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 274ed4ce..7376b433 100644
--- a/README.md
+++ b/README.md
@@ -250,8 +250,10 @@ Emacs, and Atom each have syntax packages for the Janet language, though.
## Installation
-See the [Introduction](https://janet-lang.org/docs/index.html) for more details. If you just want
-to try out the language, you don't need to install anything. You can also move the `janet` executable wherever you want on your system and run it.
+If you just want to try out the language, you don't need to install anything.
+In this case you can also move the `janet` executable wherever you want on
+your system and run it. However, for a fuller setup, please see the
+[Introduction](https://janet-lang.org/docs/index.html) for more details.
## Usage