From c90b6d2984ae2c847a7fb67bdbbce8d93f373502 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Tue, 19 May 2020 23:20:30 +0300 Subject: [PATCH] Update installation instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42dc479..09629ae 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # alias ![Version][githubBadge] ![Test status][workflowBadge] -View and set command aliases in Windows. +Manage command aliases in Windows. -## Setup +## Installation -Just cd in `alias` dir and run `alias`. It will ask you for installation if neccessary. +```sh +> pip install alias-windows +``` By default aliases are stored in `%USERPROFILE%\Documents\Scripts\Aliases`. You can set the directory to store aliases by changing the environment variable called `%ALIASES_DIR%`.