summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-12-25 16:50:27 +0100
committerkwadronaut <kwadronaut@leap.se>2016-12-25 16:50:27 +0100
commit3bc3d8a42d88750a11905a614351d4c37acfc5d7 (patch)
treef35d0be9be502b70bb0a29459677f3dbabb59fec
parent6d1ef2dff5c6fa28cc33cdcb179bbfe276ec28a4 (diff)
minor typos platform workshop
-rw-r--r--platform-workshop/slides.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform-workshop/slides.md b/platform-workshop/slides.md
index 3244d21..f0092a7 100644
--- a/platform-workshop/slides.md
+++ b/platform-workshop/slides.md
@@ -88,7 +88,7 @@ We'll briefly explain both projects later
Vagrant | Remote Server
:-------------: | :-------------:
-Locally on your Laptop, for testing | Out there, for testing or real
+Locally on your laptop, for testing | Out there, for testing or real
Requires Vagrant and Virtualbox or other hypervisor | Physical or paravirtualized Server (KVM, Xen, OpenStack, Amazon, but not VirtualBox or OpenVZ)
---
@@ -114,7 +114,7 @@ Requires Vagrant and Virtualbox or other hypervisor | Physical or paravirtualize
## Debian & Ubuntu
```
-$ sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make bzip2
+$ sudo apt install git ruby ruby-dev rsync openssh-client openssl rake make bzip2
```
## Mac OS
@@ -137,7 +137,7 @@ $ ruby-install ruby
$ sudo gem install leap_cli
$ leap --version
-leap 1.9, ruby 2.3.1
+leap 1.9, ruby 2.3.3
...
```
@@ -208,7 +208,7 @@ $ leap cert csr
---
-# Option A: Add and existing remote server
+# Option A: Add an existing remote server
```