diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-05-29 13:14:56 +0200 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-05-30 19:18:05 +0200 |
commit | 69ccbd64cac762bcef1ceb6c08953160b09ec99d (patch) | |
tree | 0a7f809fbce5328e10d9d273859a478b15f6800a /README.md | |
parent | 1a31a7773c6eedf6f52e5215765138bc49fd1323 (diff) | |
download | lustre-69ccbd64cac762bcef1ceb6c08953160b09ec99d.tar.gz lustre-69ccbd64cac762bcef1ceb6c08953160b09ec99d.zip |
:memo: Add note about inotify-tools for linux users of lustre_dev_tools.
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 ``` |