Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa committed Mar 10, 2015
1 parent 7460881 commit 1fdf00f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# oh-my-vpn
# oh-my-vpn!
Setup your own OpenVPN server in 30 seconds! and secure your naked internet connections before it is too late.

### Installation:
Expand All @@ -11,7 +11,7 @@ run chef-solo
After your run chef-solor your openvpn server will be ready to use, except you
need to copy the key and certificate and install them into your favorite openvpn-client

### Dependecies first!
### Install the dependecies first:

```
sudo aptitude update
Expand All @@ -20,7 +20,7 @@ sudo aptitude install -y ruby ruby-dev build-essential wget git
sudo gem install ohai chef --no-rdoc --no-ri
```

### Pull the repo and run Chef-solo
### Pull-down the code and run chef-solo

```
cd /tmp/ && git clone https://github.com/alaa/oh-my-vpn.git
Expand Down

0 comments on commit 1fdf00f

Please sign in to comment.