Skip to content

Commit

Permalink
Merge pull request #455 from nfdi4plants/update-macOS-arc-commander-i…
Browse files Browse the repository at this point in the history
…nstallations

Update arc_installation_macos.md
  • Loading branch information
Brilator authored Oct 8, 2024
2 parents 823d27f + 107ff1a commit 65f8d67
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/docs/ArcCommanderManual/arc_installation_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ add sidebar: _sidebars/mainSidebar.md

2. Copy/paste the following commands into your terminal and execute them to (a) download the latest ARC Commander release, (b) change permissions to make the ARC Commander executable and (c) move the ARC Commander program to a location from where it is executable via the terminal:

<!--
First, you need to verify if your machine is using an AMD / x86 processor or ARM processor.
```bash
Expand All @@ -21,19 +23,24 @@ This command will return the processor type. If it returns x86_64 , your system
For AMD / x86 processors
-->

```bash
curl -LO https://github.com/nfdi4plants/ARCCommander/releases/download/v1.0.0/arc_osx-x64
curl -LO https://github.com/nfdi4plants/ARCCommander/releases/download/v1.0.2/arc_osx-x64
chmod a+x ./arc_osx-x64
mv ./arc_osx-x64 /usr/local/bin/arc
```

<!--
For ARM processors
```bash
curl -LO https://github.com/nfdi4plants/ARCCommander/releases/download/v1.0.0/arc_osx-arm64
curl -LO https://github.com/nfdi4plants/ARCCommander/releases/download/v1.0.2/arc_osx-arm64
chmod a+x ./arc_osx-arm64
mv ./arc_osx-arm64 /usr/local/bin/arc
```
-->

> :warning: By moving the ARC commander binary to `/usr/local/bin/` it also becomes available to other users on your machine.
Expand Down Expand Up @@ -68,7 +75,7 @@ You should see the following or similar message:

> Start processing parameterless command.
> Start Arc Version
> v1.0.0
> v1.0.2
> Done processing command.
> :bulb: A global config file will be created the first time you use the ARC Commander at `~/.config/DataPLANT/ArcCommander/ArcCommander.config`

0 comments on commit 65f8d67

Please sign in to comment.