From 3d3ce9833c1a12ffa285a58e8628fa19f8670aff Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Sat, 27 Oct 2018 20:41:42 +0530 Subject: [PATCH] Add cloning of repo as a step in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 914c798..eb064c5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ The generated `tmuxp` configs are used to start preconfigured `tmux` sessions. ### Generate kube configs and `tmuxp` configs +* Clone the repo + + ``` + git clone https://github.com/arunvelsriram/kube-tmuxp.git + ``` + * Setup `virtualenv` ```