Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Installation Notes
Fixed highlighting in Git section
  • Loading branch information
shermdog committed Mar 26, 2014
1 parent ff5d039 commit 7ac4c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL-FEDORA.md
Expand Up @@ -28,7 +28,7 @@ Enjoy!

Development code can be installed directly from GitHub based on any branch, commit, or tag.

** Packages from Step 1 are required. **
***Packages from Step 1 are required.***

sudo yum install -y git
sudo pip install git+https://github.com/Juniper/py-junos-eznc.git
Expand Down
2 changes: 1 addition & 1 deletion INSTALL-FREEBSD.md
Expand Up @@ -27,7 +27,7 @@ Enjoy!

Development code can be installed directly from GitHub based on any branch, commit, or tag.

** Packages from Step 1 are required. **
***Packages from Step 1 are required.***

sudo pkg_add -r git
sudo pip install git+https://github.com/Juniper/py-junos-eznc.git
Expand Down
2 changes: 1 addition & 1 deletion INSTALL-UBUNTU-DEBIAN.md
Expand Up @@ -35,7 +35,7 @@ Enjoy!

Development code can be installed directly from GitHub based on any branch, commit, or tag.

** Packages from Step 2 are required. **
***Packages from Step 2 are required.***

sudo apt-get install -y git
sudo pip install git+https://github.com/Juniper/py-junos-eznc.git
Expand Down

0 comments on commit 7ac4c54

Please sign in to comment.