diff options
| author | 2024-10-25 05:34:53 -0700 | |
|---|---|---|
| committer | 2024-10-25 05:34:53 -0700 | |
| commit | 7bf3a9d24cc43f1fa2d874f185d845f073f6a688 (patch) | |
| tree | c2a8bf748a370311826de0e71486b6ec26e16039 | |
| parent | Fix Issue #1512 (diff) | |
| parent | Clarify 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.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
