From f413a22b389892fd1299c9569834cdd0bc892534 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Wed, 17 Jan 2018 15:49:13 +0100 Subject: [PATCH] [doc] update build & run instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5df535..9a7ddef 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ It's still early days, but we have exciting plans for the future. While Teleport git clone https://github.com/frac-tion/teleport.git cd teleport ./configure - make - ./_build/src/teleport + sudo make install + teleport # or ./_build/src/teleport ``` #### Ubuntu ``` @@ -44,7 +44,8 @@ It's still early days, but we have exciting plans for the future. While Teleport cd teleport ./configure make - ./_build/src/teleport + sudo make install + teleport # or ./_build/src/teleport ```