diff --git a/README.md b/README.md index c054dd8..6d2389d 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,10 @@ Command-line interface for GNS3 API, written in bash. - a working GNS3 server +# Screenshots + +![basic usage](https://git.nethack.net/rob/gnscli/images/usage.png "Basic usage") + +![tmux support](https://git.nethack.net/rob/gnscli/images/usage.png "Connecting to a device via tmux") + + diff --git a/images/connect.png b/images/connect.png new file mode 100644 index 0000000..362b191 Binary files /dev/null and b/images/connect.png differ diff --git a/images/usage.png b/images/usage.png new file mode 100644 index 0000000..788ee24 Binary files /dev/null and b/images/usage.png differ