mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
no org
This commit is contained in:
parent
77e8b10f07
commit
7b05e32ca0
3 changed files with 17 additions and 17 deletions
|
@ -3,7 +3,7 @@ Xonsh 0.1 Release Notes
|
|||
=============================
|
||||
xonsh is a Python-ish, BASHwards-compatible shell language and command prompt.
|
||||
The language is a superset of Python 3.4 with additional shell primitives
|
||||
that you are used to from BASH and IPython. xonsh is
|
||||
that you are used to from BASH and IPython. xonsh is
|
||||
meant for the daily use of experts and novices alike.
|
||||
|
||||
Features include:
|
||||
|
@ -39,7 +39,7 @@ pip::
|
|||
$ pip install xonsh
|
||||
|
||||
source: Download the source from github (https://github.com/scopatz/xonsh)
|
||||
or the zip file (https://github.com/scopatz/xonsh/archive/master.zip), then
|
||||
or the zip file (https://github.com/scopatz/xonsh/archive/master.zip), then
|
||||
run the following from the source directory::
|
||||
|
||||
$ python setup.py install
|
||||
|
@ -57,28 +57,28 @@ Polyphemus currently has the following external dependencies,
|
|||
|
||||
Contributing
|
||||
============
|
||||
We highly encourage contributions to xonsh! If you would like to contribute,
|
||||
it is as easy as forking the repository on GitHub, making your changes, and
|
||||
issuing a pull request. If you have any questions about this process don't
|
||||
hesitate to ask the mailing list (xonsh@googlegroups.com).
|
||||
We highly encourage contributions to xonsh! If you would like to contribute,
|
||||
it is as easy as forking the repository on GitHub, making your changes, and
|
||||
issuing a pull request. If you have any questions about this process don't
|
||||
hesitate to ask the mailing list (xonsh@googlegroups.com).
|
||||
|
||||
Contact Us
|
||||
==========
|
||||
If you have questions or comments, please send them to the mailing list
|
||||
xonsh@googlegroups.com, contact the author directly, or open an issue on
|
||||
GitHub.
|
||||
GitHub.
|
||||
|
||||
Join the mailing list here: https://groups.google.com/forum/#!forum/xonsh
|
||||
|
||||
Helpful Links
|
||||
=============
|
||||
* Documentation - http://xonsh.org
|
||||
* Documentation - http://xon.sh
|
||||
* Mailing list - https://groups.google.com/forum/#!forum/xonsh
|
||||
* GitHub Repository - https://github.com/scopatz/xonsh
|
||||
|
||||
Authors
|
||||
=======
|
||||
This release contains code written by the following people (in alphabetical
|
||||
This release contains code written by the following people (in alphabetical
|
||||
order):
|
||||
|
||||
* Anthony Scopatz
|
||||
|
|
|
@ -4,7 +4,7 @@ Xonsh 0.2 Release Notes
|
|||
Xonsh is a Python-ish, BASHwards-looking shell language and command prompt.
|
||||
The language is a superset of Python 3.4+ with additional shell primitives
|
||||
that you are used to from Bash and IPython. It works on all major systems including
|
||||
Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices
|
||||
Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices
|
||||
alike.
|
||||
|
||||
Features include:
|
||||
|
@ -80,22 +80,22 @@ Polyphemus currently has the following external dependencies,
|
|||
|
||||
Contributing
|
||||
============
|
||||
We highly encourage contributions to xonsh! If you would like to contribute,
|
||||
it is as easy as forking the repository on GitHub, making your changes, and
|
||||
issuing a pull request. If you have any questions about this process don't
|
||||
hesitate to ask the mailing list (xonsh@googlegroups.com).
|
||||
We highly encourage contributions to xonsh! If you would like to contribute,
|
||||
it is as easy as forking the repository on GitHub, making your changes, and
|
||||
issuing a pull request. If you have any questions about this process don't
|
||||
hesitate to ask the mailing list (xonsh@googlegroups.com).
|
||||
|
||||
Contact Us
|
||||
==========
|
||||
If you have questions or comments, please send them to the mailing list
|
||||
xonsh@googlegroups.com, contact the author directly, or open an issue on
|
||||
GitHub.
|
||||
GitHub.
|
||||
|
||||
Join the mailing list here: https://groups.google.com/forum/#!forum/xonsh
|
||||
|
||||
Helpful Links
|
||||
=============
|
||||
* Documentation - http://xonsh.org
|
||||
* Documentation - http://xon.sh
|
||||
* Mailing list - https://groups.google.com/forum/#!forum/xonsh
|
||||
* GitHub Repository - https://github.com/scopatz/xonsh
|
||||
* IRC: channel #xonsh on OFTC - http://www.oftc.net/
|
||||
|
|
|
@ -21,5 +21,5 @@ Quotes
|
|||
.. epigraph::
|
||||
|
||||
“@pathogenomenick @btnaughton @lexnederbragt the dark wizardry of @scopatz :-)
|
||||
check out xonsh.org”
|
||||
check out xon.sh”
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue