Skip to content

Commit

Permalink
Fix path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
skoric committed Jun 26, 2020
1 parent 8ca2c28 commit c27c908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ emulator-5554 device
git clone https://github.com/skoric/adbr.git ~/adbr

# Create alias in your shell config file ('.bash_profile', '.zshrc', etc.).
echo "alias adbr=\"sh $HOME/adbss/adbr.sh\"" >> ~/.zshrc
echo "alias adbr=\"sh $HOME/adbr/adbr.sh\"" >> ~/.zshrc

# Reload configuration.
source ~/.zshrc
Expand Down

0 comments on commit c27c908

Please sign in to comment.