Skip to content

Commit

Permalink
(getting started): fix bin path where is installed the fioctl
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Sep 18, 2023
1 parent ed24314 commit 33498d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/getting-started/install-fioctl/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Run the following command to add the relevant entries to the Git configuration:

git config --global credential.https://source.foundries.io.username fio-oauth2
git config --global credential.https://source.foundries.io.helper fio
ln -s /usr/bin/fioctl /usr/bin/git-credential-fio
ln -s /usr/local/bin/fioctl /usr/bin/git-credential-fio

* Existing users reconfiguring Git access may need to remove the following lines from ``.gitconfig`` to use ``fioctl configure-git`` utility::

Expand Down

0 comments on commit 33498d7

Please sign in to comment.