diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -155,6 +155,10 @@ gleam add lustre Lustre also has a companion package containing development tooling that you might like to install: +> **Note**: the lustre_dev_tools development server watches your filesystem for +> changes to your gleam code and can automatically reload the browser. For linux +> users this requires [inotify-tools]() be installed + ```sh gleam add --dev lustre_dev_tools ``` |