Skip to content

Commit

Permalink
updating install doc for other shells
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Willis committed Jun 18, 2020
1 parent 65e5068 commit 44b60aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet
The installer installs the `poetry` tool to Poetry's `bin` directory.
On Unix it is located at `$HOME/.poetry/bin` and on Windows at `%USERPROFILE%\.poetry\bin`.

This directory will be in your `$PATH` environment variable,
which means you can run them from the shell without further configuration.
If using bash this directory will be in your `$PATH` environment variable,
which means you can run them from the shell without further configuration.
Otherwise you can add poetry to your path by adding `PATH="$HOME/.poetry/bin:$PATH"` in your shells config file.

Open a new shell and type the following:

```bash
Expand Down

0 comments on commit 44b60aa

Please sign in to comment.