mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Merge pull request #339 from cosmojg/patch-2
Explain installation before quickstart/setup
This commit is contained in:
commit
2eaf739a29
1 changed files with 31 additions and 31 deletions
62
README.md
62
README.md
|
|
@ -63,6 +63,37 @@ This allows interaction between processes belonging to both host OS and JuNest.
|
||||||
For example, you can install the `top` command in JuNest and use it to monitor
|
For example, you can install the `top` command in JuNest and use it to monitor
|
||||||
processes belonging to the host OS.
|
processes belonging to the host OS.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
|
||||||
|
## Dependencies ##
|
||||||
|
JuNest comes with a very short list of dependencies in order to be installed in most
|
||||||
|
of GNU/Linux distributions.
|
||||||
|
Before installing JuNest be sure that all dependencies are properly installed in your system:
|
||||||
|
|
||||||
|
- [bash (>=4.0)](https://www.gnu.org/software/bash/)
|
||||||
|
- [GNU coreutils](https://www.gnu.org/software/coreutils/)
|
||||||
|
|
||||||
|
## Installation from git repository ##
|
||||||
|
Just clone the JuNest repo somewhere (for example in ~/.local/share/junest):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
|
||||||
|
export PATH=~/.local/share/junest/bin:$PATH
|
||||||
|
```
|
||||||
|
|
||||||
|
Optionally you want to use the wrappers to run commands
|
||||||
|
installed in JuNest directly from host:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export PATH="$PATH:~/.junest/usr/bin_wrappers"
|
||||||
|
```
|
||||||
|
Update your `~/.bashrc` or `~/.zshrc` to get always the wrappers available.
|
||||||
|
|
||||||
|
### Installation using AUR (Arch Linux only) ###
|
||||||
|
If you are using an Arch Linux system you can, alternatively, install JuNest from the [AUR repository](https://aur.archlinux.org/packages/junest-git/).
|
||||||
|
JuNest will be located in `/opt/junest/`
|
||||||
|
|
||||||
Quickstart
|
Quickstart
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
@ -179,37 +210,6 @@ Have fun!
|
||||||
If you are new on Arch Linux and you are not familiar with `pacman` package manager
|
If you are new on Arch Linux and you are not familiar with `pacman` package manager
|
||||||
visit the [pacman rosetta page](https://wiki.archlinux.org/index.php/Pacman_Rosetta).
|
visit the [pacman rosetta page](https://wiki.archlinux.org/index.php/Pacman_Rosetta).
|
||||||
|
|
||||||
Installation
|
|
||||||
============
|
|
||||||
|
|
||||||
## Dependencies ##
|
|
||||||
JuNest comes with a very short list of dependencies in order to be installed in most
|
|
||||||
of GNU/Linux distributions.
|
|
||||||
Before installing JuNest be sure that all dependencies are properly installed in your system:
|
|
||||||
|
|
||||||
- [bash (>=4.0)](https://www.gnu.org/software/bash/)
|
|
||||||
- [GNU coreutils](https://www.gnu.org/software/coreutils/)
|
|
||||||
|
|
||||||
## Installation from git repository ##
|
|
||||||
Just clone the JuNest repo somewhere (for example in ~/.local/share/junest):
|
|
||||||
|
|
||||||
```sh
|
|
||||||
git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
|
|
||||||
export PATH=~/.local/share/junest/bin:$PATH
|
|
||||||
```
|
|
||||||
|
|
||||||
Optionally you want to use the wrappers to run commands
|
|
||||||
installed in JuNest directly from host:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
export PATH="$PATH:~/.junest/usr/bin_wrappers"
|
|
||||||
```
|
|
||||||
Update your `~/.bashrc` or `~/.zshrc` to get always the wrappers available.
|
|
||||||
|
|
||||||
### Installation using AUR (Arch Linux only) ###
|
|
||||||
If you are using an Arch Linux system you can, alternatively, install JuNest from the [AUR repository](https://aur.archlinux.org/packages/junest-git/).
|
|
||||||
JuNest will be located in `/opt/junest/`
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
There are three different ways you can run JuNest depending on the backend program you decide to use.
|
There are three different ways you can run JuNest depending on the backend program you decide to use.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue