diff options
| author | 2024-09-09 10:23:29 -0400 | |
|---|---|---|
| committer | 2024-09-09 10:23:29 -0400 | |
| commit | 0f4b5ff02c8ad81dc1e3e86d0f7ce21656377cc4 (patch) | |
| tree | 3ca5415d50d91ff337a388d21644e7ff025f0e41 | |
| parent | added support for init.lua for configuring shell (diff) | |
| parent | docs: update path (diff) | |
Merge pull request #1 from Makaze/patch-1
docs: update path
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ Lunar Shell also entirely supports the Lua interpreter, running on version 5.4. ## Using the Lunar Shell Lua API -Using the Lunar Shell API to make your own scripts is super simple. Upon installing Lunar Shell you can find an example script located at ```~/.local/scripts/example.lua``` this script acts as a self docummenting guide on how to use the API. Every function that exists in the API can be found in the example script along with helpful comments to explain what the functions do. +Using the Lunar Shell API to make your own scripts is super simple. Upon installing Lunar Shell you can find an example script located at ```~/.lush/scripts/example.lua``` this script acts as a self documenting guide on how to use the API. Every function that exists in the API can be found in the example script, along with helpful comments to explain what the functions do. ## Contributing |
