Updated Install.md

Noticed a few typos
This commit is contained in:
coolbeans7 2014-01-24 08:16:28 -08:00
parent a594cc80c5
commit 648750ef5c
1 changed files with 3 additions and 3 deletions

View File

@ -68,8 +68,8 @@ cd PyBitmessage && python src/bitmessagemain.py
``` ```
##Creating a package for installation ##Creating a package for installation
If you really want, you can make a package for PyBitmessage which you may If you really want, you can make a package for PyBitmessage, which you may
install yourself or distribute to friends. This isn't reccomended, since install yourself or distribute to friends. This isn't recommended, since
PyBitmessage is in Beta, and subject to frequent change. PyBitmessage is in Beta, and subject to frequent change.
####Linux ####Linux
@ -78,7 +78,7 @@ First off, since PyBitmessage uses something nifty called
[packagemonkey](https://github.com/fuzzgun/packagemonkey), go ahead and get [packagemonkey](https://github.com/fuzzgun/packagemonkey), go ahead and get
that installed. You may have to build it from source. that installed. You may have to build it from source.
Next, edit the generate.sh script. To your liking. Next, edit the generate.sh script to your liking.
Now, run the appropriate script for the type of package you'd like to make Now, run the appropriate script for the type of package you'd like to make
``` ```