Skip to content

Commit

Permalink
more doc on register example
Browse files Browse the repository at this point in the history
  • Loading branch information
emiago committed Feb 9, 2023
1 parent e899d0a commit c1be038
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/register/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# register

This example provides example of running simple registry and client with Digest auth.
It has some external dependency so it is a submodule.
To run in from root use workspace:
```sh
go work init
go work use .
go work use ./example/register
```


## Running server:

Expand Down

0 comments on commit c1be038

Please sign in to comment.