mirror of https://gogs.blitter.com/RLabs/xs
FreeBSD note into README.md
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
58c87f7e0e
commit
57b71e7925
|
@ -1,6 +0,0 @@
|
||||||
## The Makefile(s) to build require GNU make (gmake).
|
|
||||||
## Please install and invoke build via:
|
|
||||||
## $ gmake <targets>
|
|
||||||
## eg.,
|
|
||||||
## $ gmake clean all
|
|
||||||
|
|
|
@ -197,3 +197,9 @@ Example, tunnelling ssh through xs
|
||||||
* [client side, term A] ```$ xs -T=6002:7002 user@server```
|
* [client side, term A] ```$ xs -T=6002:7002 user@server```
|
||||||
* [client side, term B] ```$ ssh user@localhost -p 6002```
|
* [client side, term B] ```$ ssh user@localhost -p 6002```
|
||||||
|
|
||||||
|
|
||||||
|
### Building for FreeBSD
|
||||||
|
|
||||||
|
The Makefile(s) to build require GNU make (gmake).
|
||||||
|
Please install and invoke build via:
|
||||||
|
```$ gmake clean all```
|
||||||
|
|
Loading…
Reference in New Issue