mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge branch 'master' into msub
This commit is contained in:
commit
3f5882d63d
2 changed files with 35 additions and 4 deletions
|
@ -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
13
news/linux-guide.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
**Added:**
|
||||
|
||||
* howto install sections for Debian/Ubuntu and Fedora.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue