Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Sep 18, 2022
1 parent afce4f8 commit e084b88
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,36 @@ If you use a terminal and you need to move between directories frequently, then

## Installation

1. Download and install [git](https://git-scm.com/download/win) (you'll need a git bash in order to use the app)
### Linux

1. Download and unpack the latest [release](https://github.com/VladBrok/navigatio/releases) for linux (file linux-x64.zip)

2. Open the folder with unpacked files in the terminal and run the setup

```bash
sudo chmod +x setup.sh
./setup.sh ./
```

2. Download and unpack the latest [release](https://github.com/VladBrok/navigatio/releases) for your specific platform
3. Restart the terminal

_By now, only Windows is supported_
Done! Now you can run `nav -h` for a list of all available commands

3. Run the setup
### Windows

1. Download and install [git](https://git-scm.com/download/win) (you'll need a git bash in order to use the app)

2. Download and unpack the latest [release](https://github.com/VladBrok/navigatio/releases) for your specific architecture (win-x64.zip or win-x86.zip)

3. Open the folder with unpacked files in the git bash and run the setup

```bash
source release-setup.sh
./setup.sh ./
```

Now you can run `nav -h` for a list of all available commands
4. Restart the git bash

Done! Now you can run `nav -h` for a list of all available commands

## Usage

Expand Down

0 comments on commit e084b88

Please sign in to comment.