Skip to content

Commit

Permalink
fix bin path (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
doniks committed Mar 13, 2021
1 parent 3b365a5 commit 215a09a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions porting/first-steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ Run the following commands to download the repo script and ensure it is executab

.. code-block:: shell
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+rx ~/.bin/repo
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+rx ~/bin/repo
Arch
^^^^
Expand Down

0 comments on commit 215a09a

Please sign in to comment.