Commit be98ae66 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Documentation updates

parent a239c80b
...@@ -15,6 +15,6 @@ create a temporary commit if you have any unstaged changes. ...@@ -15,6 +15,6 @@ create a temporary commit if you have any unstaged changes.
### Projects ### Projects
If you don't know where to start: If you don't know where to start:
- Check out the list of [starter projects](https://github.com/dropbox/pyston/wiki/Starter-projects) - Check out our [Github issues list](https://github.com/dropbox/pyston/issues), especially those marked ["probably easy"](https://github.com/dropbox/pyston/labels/probably%20easy)
- Email the [pyston-dev mailing list](http://lists.pyston.org/cgi-bin/mailman/listinfo/pyston-dev), or [browse the archives](http://lists.pyston.org/pipermail/pyston-dev/) - Email the [pyston-dev mailing list](http://lists.pyston.org/cgi-bin/mailman/listinfo/pyston-dev), or [browse the archives](http://lists.pyston.org/pipermail/pyston-dev/)
- Join us on [#pyston](http://webchat.freenode.net/?channels=pyston) on freenode. - Join us on [#pyston](http://webchat.freenode.net/?channels=pyston) on freenode.
...@@ -98,7 +98,7 @@ apt-get install zsh ...@@ -98,7 +98,7 @@ apt-get install zsh
`readline` is used for the repl. `readline` is used for the repl.
``` ```
sudo apt-get install readline sudo apt-get install libreadline-dev
``` ```
### gmp ### gmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment