Skip to content

Commit 70fe1dc

Browse files
committed
update readme
1 parent 389b4ba commit 70fe1dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ cd docurift
3939

4040
2. Build and install:
4141
```bash
42-
go build
43-
go install
42+
go build ./cmd/docurift
43+
go install ./cmd/docurift
4444
```
4545

4646
## Quick Start
4747

4848
1. Start DocuRift with your desired configuration:
4949
```bash
50-
./bin/docurift -proxy-port 9876 -analyzer-port 9877 -backend-url http://localhost:8080 -max-examples 20
50+
./docurift -proxy-port 9876 -analyzer-port 9877 -backend-url http://localhost:8080 -max-examples 20
5151
```
5252
Note: backend url should be where your backend is running.
5353

0 commit comments

Comments
 (0)