From 982b0185c0f68cdf0ec0bf7b3eb3bf60aad4d4c8 Mon Sep 17 00:00:00 2001 From: Xavier Landreville Date: Thu, 2 Jul 2020 17:13:36 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cbcb6b..ba58841 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Gokku -Gokku is a small command line client for dokku or other similar. +Gokku is a small command line client for dokku or other similar ssh-controlled PaaS. The Gokku client simplifies issuing commands to control the Dokku server by wrapping the communication to the server within the application. This enhances the user experience for the developer, as they won't have to wrangle SSH commands, but can instead issue simple gokku commands, but instead use gokku and let it convert local commands into ssh calls.