README.md in straight_line-0.1.1.0 vs README.md in straight_line-0.1.2.0

- old
+ new

@@ -29,9 +29,16 @@ ```text machine api.github.com login <Your Github username> password <Github API token> ``` + +Note `~/.netrc` needs to have `600` permissions. Do this with the following command: + +```bash +chmod 600 ~/.netrc +``` + ## Usage The basic workflow of StraightLine is: 1. Create a feature branch