Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add prerequisites and update docstrings (#58)
Essentially any target that uses `cargo-acap-build` needs this prerequisite because it will try to use `acap-build` which fails if there is no `LICENSE` file. The cause of it being omitted is probably that I didn't think enough about which targets needed it and since `make build` usually precedes `make run` and `make test` without cleaning the repository between, these targets appeared to work. Docstrings are updated to reflect that, since switching from naked `ssh` and `scp`, these verbs indirectly use `sshpass` to do password authentication.
- Loading branch information