From 023ab1f3dc1fc2ea00cdecdc7c5b00c6c6d3b168 Mon Sep 17 00:00:00 2001 From: gnikit Date: Fri, 11 Nov 2022 04:06:15 +0000 Subject: [PATCH] docs: replace wording binary with executable Fixes #210 --- README.md | 2 +- docs/quickstart.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e78bcc52..561141fe 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ for more information about the Anaconda installation [see](https://github.com/co ### Common installation problems It is **NOT** recommended having `fortls` and `fortran-language-server` -simultaneously installed, since they use the same binary name. If you are having trouble +simultaneously installed, since they use the same executable name. If you are having trouble getting `fortls` to work try uninstalling `fortran-language-server` and reinstalling `fortls`. With `pip` diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 2dd1bc51..ae3588db 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -62,7 +62,7 @@ The project is available for download through the **PyPi** and **Anaconda** pack .. warning:: It is **NOT** possible having ``fortls`` and ``fortran-language-server`` - simultaneously installed, since they use the same binary name. If you are having trouble + simultaneously installed, since they use the same executable name. If you are having trouble getting ``fortls`` to work try uninstalling ``fortran-language-server`` and reinstalling ``fortls``.