Skip to content

Commit

Permalink
update read
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Paine committed May 22, 2015
1 parent 5391962 commit 81a2d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ echo 'deb http://<server_name>/<respository_name> trusty main' > /etc/apt/source

```shell
curl -v -X POST -F file=@<package_name>.deb http://localhost:8080/api/files/<package_name>
curl -v -X POST http://localhost:8080/api/repos/yourcompany-dev/file/newpackage
curl -v -X PUT -H 'Content-Type: application/json' --data '{}' http://localhost:8080/api/publish/yourcompany-dev/trusty
curl -v -X POST http://localhost:8080/api/repos/<repository_name>/file/<package_name>
curl -v -X PUT -H 'Content-Type: application/json' --data '{}' http://localhost:8080/api/publish/<repository_name>/trusty
```

## License
Expand Down

0 comments on commit 81a2d22

Please sign in to comment.