Updates the build instructions on the readme and updates the man page to include right click copying of links

This commit is contained in:
sloum 2021-05-31 16:00:00 -07:00
parent c34ce4107e
commit 785c9c787d
3 changed files with 7 additions and 3 deletions

View File

@ -20,7 +20,7 @@ install-man: ${BINARY}.1
install -m 0644 ./${BINARY}.1.gz ${DESTDIR}${MAN1DIR}
.PHONY: install-bin
install-bin: build
install-bin: build/goldberry
install -d ${DESTDIR}${BINDIR}
install -m 0755 ./build/${BINARY} ${DESTDIR}${BINDIR}

View File

@ -10,11 +10,14 @@ This was built mostly on a whim. I do not have much use for a graphical client a
At present goldberry is only tested on x86/64 Linux. It should be buildable for both windows and OSX as well, but has not been tested.
From the root folder of the repo:
``` sh
make
sudo make install
```
The above should do the job for most folks, assuming dependencies have been met.
The first step builds the application locally and the later installs it and the man page to the `/usr/local` heirarchy (`bin` and `share/man/man1` respectively).
### Dependencies
@ -36,7 +39,7 @@ To see minimum versions and for install help, see the [wails linux documentation
Once wails is installed and working, goldberry should build just fine.
#### Clipboard
#### clipboard
This dependency is used to allow access to the system clipboard. This was not functioning via wails' frontend (js, via either the async or the blocking method). As a result this dependency was added in order to facilitate usage of the clipboard. On linux/unix either `xsel` or `xclip` must be installed for clipboard access to work.

View File

@ -10,6 +10,7 @@
.SH DESCRIPTION
\fBgoldberry\fP is a graphical smallnet client supporting the gemini and gopher protocols
.SH COMMANDS
In addition to the various key commands, right clicking on any link will copy the link's target (the url it links to) to the system clipboard.
.TP
.B
Ctrl a