cli_beta.md
... ...
@@ -373,6 +373,18 @@ troubleshooting and diagnostics
373 373
**verify**
374 374
list missing software versions and .rc files
375 375
376
+## Installing software for multiple platforms
377
+
378
+On linux, add the --darwin command to install / remove for macOS .
379
+Conversely, use the --linux command to install / remove for Linux while on macOS.
380
+
381
+```
382
+ --linux specify linux as platform
383
+ --darwin specify macOS as platform
384
+```
385
+The platform flag is implied for the platform used to install the software.
386
+
387
+
376 388
### Software Version Management in the SBGrid environment
377 389
If you have a single version of an application installed, explicit version selection in your environment is not needed.
378 390