Skip to content

Commit 0975abd

Browse files
authored
chore: update readme (#41)
2 parents d1d515a + 3289ae2 commit 0975abd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ This repo contains a simple UI for searching Search the Rekor public transparenc
22

33
https://search.sigstore.dev/
44

5-
![Rekor UI Screenshot](assets/screenshot2.png)
5+
![Rekor UI Screenshot](assets/screenshot.png)
66

77
## Getting Started
88

9+
Install dependencies:
10+
11+
```bash
12+
npm install
13+
```
14+
915
First, run the development server:
1016

1117
```bash
@@ -34,7 +40,7 @@ The app is based on [Next.JS](https://nextjs.org/) and is automatically built &
3440

3541
## Internal Server Configuration
3642

37-
This app supports overriding of the default rekor server instance for those running private instances of the the sigstore stack.
43+
This app supports overriding of the default rekor server instance for those running private instances of the sigstore stack.
3844
Create a `.env.local` file at the root and include in it this environment variable
3945

4046
```properties

assets/screenshot.png

354 KB
Loading

0 commit comments

Comments
 (0)