diff --git a/README.md b/README.md index ecac020..3f11fa5 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,6 @@ Note: IPSec requires that IPv6 module is enabled in the kernel. * Run the `snx-rs-gui` application, which will display a tray icon with a menu * GNOME environment: if the tray icon is not displayed, install the [Appindicator](https://extensions.gnome.org/extension/615/appindicator-support/) extension -## Docker Usage - -Check [this repository](https://github.com/leleobhz/snx-rs-docker) for a docker container. - ## Command Line Usage Check the [Configuration Options](https://github.com/ancwrd1/snx-rs/blob/main/options.md) section for a list of all available options. Options can be specified in the configuration file @@ -95,6 +91,10 @@ Alternatively, in standalone mode, they can be specified via the command line of Before the client can establish a connection, it must know the login (authentication) method to use (`--login-type` or `-o` option). To find the supported login types, run it with the `-m info` parameter: +## Docker Usage + +Check [this repository](https://github.com/leleobhz/snx-rs-docker) for a docker container. + ```sh snx-rs -m info -s remote.acme.com ```