Skip to content

Commit 338994e

Browse files
authored
Expand usage and button sections
1 parent 757ca7a commit 338994e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will need both the libraries and development packages of the following:
3131

3232
The 'pkg-config' program must be installed for building, unless you want to specify locations for includes and libs manually in the Makefile.
3333

34-
[~~MacPorts~~](https://www.macports.org) ~~is highly recommended for installing dependencies on macOS.~~ [Homebrew](https://brew.sh/) is now the recommended way to install dependencies on macOS, at least on Intel. I stopped using MacPorts because too many bugs affected packages I needed. Also, I don't have access to an Apple Silicon Mac (M1, M2, etc) so patches from people who *do* have these machines would be helpful.
34+
[Homebrew](https://brew.sh/) is now the recommended way to install dependencies on macOS, at least on Intel. I stopped using MacPorts because too many bugs affected packages I needed. Also, I don't have access to an Apple Silicon Mac (M1, M2, etc) so patches from people who *do* have these machines would be helpful.
3535

3636

3737
- - -
@@ -56,11 +56,26 @@ $ sudo gmake install
5656
- - -
5757
__Usage__
5858

59-
(this section is 'under construction')
60-
61-
`$ ./spiritvnc-fltk`
59+
`cd` to the directory where `spiritvnc-fltk` was built, then...
60+
```sh
61+
$ ./spiritvnc-fltk
62+
```
6263

63-
* You can only have 65,000 connection entries in the host-list (should be more than enough!)
64+
##### Basic usage
65+
* Double-click a server entry to try to connect to it
66+
* Single-click a server entry to switch to it from another
67+
* If connected, right-clicking a server entry closes the connection *(except `Listening` entries)*
68+
* If NOT connected, right-clicking a server entry brings up a pop-up menu with various actions you can perform
69+
70+
##### Server entry buttons
71+
* Click the [+] button to add a new server entry, click the [-] button to delete a server entry
72+
* Click the [up arrow] button or [down arrow] button to move the selected server entry up or down the list
73+
* Click the [timer icon] button to begin timed scanning of all connected servers
74+
* Click the [ear] button to start listening for reverse VNC connections on port 5500
75+
* Click the [?] button for version and help information
76+
* Click the [three control sliders icon] button to adjust program settings
77+
78+
*(You can only have 65,000 connection entries in the host-list (should be more than enough!))*
6479
- - -
6580

6681
__Hey!__

0 commit comments

Comments
 (0)