Skip to content

Commit

Permalink
extract development documentation from README (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Tenani <[email protected]>
  • Loading branch information
endorama authored Feb 17, 2022
1 parent 6f44dbc commit ab5823a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ TNMea7Ix/stJ5TfcLLeABLE4BNJOsQ4vnBHJ

We **WILL** change this and add intermediaries in the future.

## Build for development

After cloning the repository:

```
$ make
```

There are other targets available in the [`Makefile`](Makefile), check it out.

## API

The API is defined [here](./pkg/api/client.go).
Expand Down
11 changes: 11 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Fulcio Developer documentation

## Build for development

After cloning the repository:

```
$ make
```

There are other targets available in the [`Makefile`](Makefile), check it out.

0 comments on commit ab5823a

Please sign in to comment.