Skip to content

Commit

Permalink
Merge pull request #702 from ScilifelabDataCentre/DDS-1937-Fix-mismat…
Browse files Browse the repository at this point in the history
…ch-between-MacOS-executable-and-command-in-the-docs

Update documentation to have correct executable name
  • Loading branch information
rv0lt committed Jun 27, 2024
2 parents b3a7cc7 + 5b5890a commit 810f59c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 810f59c

Please sign in to comment.