Updated README.md

master 0.0.1
B.J. Dweck 2020-10-08 15:25:08 +02:00
parent a9aca4da54
commit c94962e2f1
1 changed files with 3 additions and 7 deletions

View File

@ -21,10 +21,10 @@ If you don't already have a GPG key, generate one:
gpg --full-generate-key
```
Using the e-mail address you provided during GPG key generation, run `make-pkg.sh` to build a Debian package and install it
Using the e-mail address you provided during GPG key generation, run `build-deb.sh` to build a Debian package and install it
```bash
./make-pkg.sh john@doe.com
./build-deb.sh john@doe.com
apt update && apt install build/torch-agent_0.0.1-1_all.deb
```
@ -44,8 +44,4 @@ The configuation directory can be specified by
A fully configured example can be found [here](example)
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details
## Roadmap
[ ] Utilize [dh_python3](https://www.debian.org/doc/manuals/debmake-doc/ch08.en.html#setup-py) in Debian package build
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details