Skip to content

Commit

Permalink
Merge pull request #82 from Bisa/bash-autocomplete
Browse files Browse the repository at this point in the history
fix spelling error
  • Loading branch information
Bisa authored Sep 1, 2016
2 parents 4c42b20 + 6e42c21 commit 1cbcc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ A simple factorio init script for linux
- Copy/Symlink or source the bash_autocompletion file

```bash
$ ln -s /opt/factorio-init/bash_autocompletion /etc/bash_completion.d/factorio
$ ln -s /opt/factorio-init/bash_autocomplete /etc/bash_completion.d/factorio
# OR:
$ echo "source /opt/factorio-init/bash_autocompletion" >> ~/.bashrc
$ echo "source /opt/factorio-init/bash_autocomplete" >> ~/.bashrc
# restart your shell to verify that it worked
```

Expand Down

0 comments on commit 1cbcc23

Please sign in to comment.