From 1c31ea0b1084aedfab58bcc047bec59d0cdc1f1f Mon Sep 17 00:00:00 2001 From: anki-code Date: Tue, 25 Feb 2020 02:11:46 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57f7fec..5e68293 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ The xxh xonsh will use pip and python from `xonsh.AppImage` by default. You can $ pip install --upgrade pip $ pip install --upgrade pandas ``` -The packages will appear in `$XXH_HOME/pip` (`~/.xxh/pip` by default). +The packages will appear in `~/.xxh/pip` by default. ### How it works? @@ -110,9 +110,9 @@ When you run `xxh ` command: 1. If it needed xxh will download portable xonsh shell and store locally to future use. -2. If it needed xxh upload the portable xonsh to the host (`~/.xxh` by default) along with init scripts and plugins. +2. If it needed xxh will upload the portable xonsh, init scripts and plugins to the host. -3. Finally xxh will make ssh connection to the server and run portable xonsh shell without any addition installs and affection on the target host. +3. Finally xxh will make ssh connection to the server and run portable xonsh shell without any system installs and affection on the target host. ## Development 🛠️ Use [xxh-dev](https://github.com/xonssh/xxh-dev) environment for development, testing and contribution.