Skip to content

Commit

Permalink
Doco for Icons install
Browse files Browse the repository at this point in the history
Issue #145
  • Loading branch information
damies13 committed Sep 10, 2024
1 parent 12046be commit 9610e14
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Doc/rfswarm_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ pip* install rfswarm-agent
```
\*some systems might need you to use pip3 and or sudo

Next, desktop users can optionally install the desktop icon
- In the start menu for Windows
- In the Applications folder for Mac
- As a .desktop file for Linux (known to work for Gnome, KDE, Cinamon, XFCE, LXQt, should also work for other desktop environments that support standard .desktop files)

Using the command
```console
rfswarm-manager -c icon
```

### 3. Run Agent 1st time

```console
Expand Down
2 changes: 1 addition & 1 deletion Doc/rfswarm_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ pip* install rfswarm-manager
```
\*some systems might need you to use pip3 and or sudo

Next, desktop users, can optionally install the desktop icon
Next, desktop users can optionally install the desktop icon
- In the start menu for Windows
- In the Applications folder for Mac
- As a .desktop file for Linux (known to work for Gnome, KDE, Cinamon, XFCE, LXQt, should also work for other desktop environments that support standard .desktop files)
Expand Down
9 changes: 9 additions & 0 deletions Doc/rfswarm_reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,15 @@ pip* install rfswarm-reporter

\*some systems might need you to use pip3 and or sudo

Next, desktop users can optionally install the desktop icon
- In the start menu for Windows
- In the Applications folder for Mac
- As a .desktop file for Linux (known to work for Gnome, KDE, Cinamon, XFCE, LXQt, should also work for other desktop environments that support standard .desktop files)

Using the command
```console
rfswarm-manager -c icon
```

### 3. Run the Reporter

Expand Down

0 comments on commit 9610e14

Please sign in to comment.