From 5b5890a22dffbbdfe7bf661f9ba8eec7ff81394e Mon Sep 17 00:00:00 2001 From: rv0lt Date: Thu, 20 Jun 2024 13:25:34 +0200 Subject: [PATCH] Update documentation to have correct executable name --- SPRINTLOG.md | 4 ++++ docs/installation.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index d86651ed2..4b6f52799 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -356,3 +356,7 @@ _Empty sprint_ - Update docs for Testing instance migration, including removing use of 'dev' ([#691](https://github.com/ScilifelabDataCentre/dds_cli/pull/691)) - Fix GitHub Pages action, that broke due to update in the action's image ([#695](https://github.com/ScilifelabDataCentre/dds_cli/pull/695)) - Fix Action that builds the executable files due to update in MacOs default architecture ([#700](https://github.com/ScilifelabDataCentre/dds_cli/pull/700) + +# 2024-06-17 - 2024-06-28 + +- Update documentation to have correct executable name ([#702](https://github.com/ScilifelabDataCentre/dds_cli/pull/702)) diff --git a/docs/installation.rst b/docs/installation.rst index 7d06be791..b7162ce49 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -85,13 +85,13 @@ Install via the **executable** .. code-block:: bash - $ chmod +x dds-cli_ubuntu_x86_64 + $ chmod +x dds_cli_ubuntu_x86_64 * On MacOS: .. code-block:: bash - $ chmod +x dds-cli_macos_x86_64 + $ chmod +x dds_cli_macos_x86_64 3. Test that the ``dds-cli`` command works by running the following: