Skip to content

Commit 365446f

Browse files
committed
doc: reference deft command instead of dylan
1 parent e10184f commit 365446f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Installation
3838
created::
3939

4040
$ cd lsp-dylan
41-
$ dylan update
41+
$ deft update
4242

4343
4. 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

5555
5. 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,
7777
which must be on your :envvar:`PATH`.
7878

7979
When 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
8181
directory. If you want the client to use just one project, use a `multi-package
8282
workspace <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

Comments
 (0)