Skip to content

Commit 77277fd

Browse files
committed
Fix typos
1 parent 8a8b28f commit 77277fd

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ tags
1616

1717
#python specific
1818
*.pyc
19+
20+
#idea
21+
.idea

INSTALL

+5-19
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,17 @@
22
EasyOVS Installation/Configuration Notes
33
----------------------------------------
44

5-
EasyOVS 0.2
5+
EasyOVS 0.3
66
---
77

88
The supported installation methods for EasyOVS are
9-
1) using a pre-built VM image, and
10-
2) native installation on common Linux distribution,
9+
1) native installation on common Linux distribution,
1110
such as Ubuntu, Debian, CentOS and Fedora.
12-
3) You can also easily create your own EasyOVS VM image
13-
4) Other distributions may be supported in the future - if you would
11+
2) Other distributions may be supported in the future - if you would
1412
like to contribute an installation script, we would welcome it!
1513

16-
1. Easiest "installation" - use our pre-built VM image!
1714

18-
The easiest way to get EasyOVS running is to start with one of our
19-
pre-built virtual machine images from <https://github.com/yeasy/easyOVS>
20-
21-
Boot up the VM image, log in, and follow the instructions on the
22-
EasyOVS web site.
23-
24-
One advantage of using the VM image is that it doesn't mess with
25-
your native OS installation or damage it in any way.
26-
27-
2. Native installation from source
28-
29-
2.1. Native installation from source on Ubuntu,Debian,CentOS and Fedora
15+
1. Native installation from source on Ubuntu,Debian,CentOS and Fedora
3016

3117
If you're reading this, you've probably already done so, but the
3218
command to download the EasyOVS source code is:
@@ -51,7 +37,7 @@ like to contribute an installation script, we would welcome it!
5137

5238
sudo easyovs/util/install.sh -s <directory> -a
5339

54-
3. Installation on other Linux distributions
40+
2. Installation on other Linux distributions
5541

5642
Although we don't support other Linux distributions directly, it
5743
should be possible to install and run EasyOVS with some degree of

util/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function dev {
9797
}
9898

9999
function all {
100-
echo "Installing the dependencies and the core packages)..."
100+
echo "Installing the dependencies and the core packages..."
101101
dep
102102
core
103103
# Skip dev (doxypy) because it's huge

0 commit comments

Comments
 (0)