Skip to content

Commit

Permalink
Add detail about .bash_profile
Browse files Browse the repository at this point in the history
A Windows user using MSYS installed with Firefox install might not know where .bash_profile should be, so I added a note about it.
  • Loading branch information
obulat authored and globau committed Sep 2, 2019
1 parent 2a8a8ed commit bcd5b3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arcanist-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ They should work for Git Bash and PowerShell as well.
``~/.bash_profile``::

export PATH="${PATH}:/c/php:${HOME}/phabricator/arcanist/bin"
If you don't have ``.bash_profile`` file on your system, you can
create a blank text file named ``.bash_profile`` in your user folder:
``C:\Users\<username>\``.

You can also add it to your user's path so that it is also
recognized in PowerShell and other apps. The easiest way to find
Expand Down

0 comments on commit bcd5b3a

Please sign in to comment.