We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac25203 commit b03add1Copy full SHA for b03add1
README.md
@@ -112,11 +112,11 @@ $ export CRATE_NAME=my_crate
112
$ export GITHUB_USER_NAME=mygithub
113
$ git clone https://github.com/${GITHUB_USER_NAME}/${CRATE_NAME}
114
$ cd ${CRATE_NAME}
115
-$ alr init –-in-place –-lib ${CRATE_NAME}
+$ alr init --in-place --lib ${CRATE_NAME}
116
$ mkdir tests
117
$ cd tests
118
-$ alr init –-in-place --bin tests
119
-$ alr with ${CRATE_NAME} -–use=..
+$ alr init --in-place --bin tests
+$ alr with ${CRATE_NAME} --use=..
120
$ alr with aunit
121
$ alr with gnatcov
122
```
0 commit comments