Updated README.md
This commit is contained in:
parent
a9aca4da54
commit
c94962e2f1
|
@ -21,10 +21,10 @@ If you don't already have a GPG key, generate one:
|
||||||
gpg --full-generate-key
|
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
|
```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
|
apt update && apt install build/torch-agent_0.0.1-1_all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -45,7 +45,3 @@ The configuation directory can be specified by
|
||||||
A fully configured example can be found [here](example)
|
A fully configured example can be found [here](example)
|
||||||
|
|
||||||
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details
|
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
|
|
Loading…
Reference in New Issue
Block a user