Merge branch 'master' into msub

This commit is contained in:
Anthony Scopatz 2016-08-29 12:17:18 -04:00
commit 3f5882d63d
2 changed files with 35 additions and 4 deletions

View file

@ -31,20 +31,37 @@ the following from the source directory,
$ python setup.py install
Arch Linux users can install xonsh from the Arch User Repository with e.g.
``yaourt``, ``aura``, ``pacaur``, ``PKGBUILD``, etc...:
Debian/Ubuntu users can install xonsh from the repository with:
**apt:**
.. code-block:: console
$ apt install xonsh
Fedora users can install xonsh from the repository with:
**dnf:**
.. code-block:: console
$ dnf install xonsh
Arch Linux users can install xonsh from the Arch User Repository with:
**yaourt:**
.. code-block:: console
$ yaourt -Sa xonsh # yaourt will call sudo when needed
$ yaourt -Sa xonsh
**aura:**
.. code-block:: console
$ sudo aura -A xonsh
$ aura -A xonsh
**pacaur:**
@ -52,6 +69,7 @@ Arch Linux users can install xonsh from the Arch User Repository with e.g.
$ pacaur -S xonsh
Note that some of these may require ``sudo``.
If you run into any problems, please let us know!
.. include:: add_to_shell.rst

13
news/linux-guide.rst Normal file
View file

@ -0,0 +1,13 @@
**Added:**
* howto install sections for Debian/Ubuntu and Fedora.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None