@@ -38,7 +38,7 @@ Installation
3838 created::
3939
4040 $ cd lsp-dylan
41- $ dylan update
41+ $ deft update
4242
43434. Build the ``dylan-lsp-server `` binary. This will install the binary in
4444 ``${DYLAN}/bin ``. If :envvar: `DYLAN ` is not defined it defaults to
@@ -49,7 +49,7 @@ Installation
4949
5050 or just run these commands::
5151
52- $ dylan build --unify dylan-lsp-server
52+ $ deft build --unify dylan-lsp-server
5353 $ cp _build/sbin/dylan-lsp-server /usr/local/bin/
5454
55555. Make sure ``dylan-lsp-server `` is on your :envvar: `PATH `.
@@ -77,11 +77,11 @@ derived from the full pathname to the :program:`dylan-compiler` executable,
7777which must be on your :envvar: `PATH `.
7878
7979When you open each new file in your editor the LSP client may try to start a
80- new project if the file isn't part of the same :program: `dylan ` workspace
80+ new project if the file isn't part of the same :program: `deft ` workspace
8181directory. If you want the client to use just one project, use a `multi-package
8282workspace <https://opendylan.org/package/deft/index.html#workspaces> `_.
8383
84- .. note :: Always run ``dylan update`` and ``dylan build -a`` in your workspace
84+ .. note :: Always run ``deft update`` and ``deft build -a`` in your workspace
8585 **before ** starting the LSP server, or :program: `dylan-lsp-server `
8686 may not be able to open your project. (This requirement will be
8787 removed in a future release.)
0 commit comments