1 parent 389b4ba commit 70fe1dcCopy full SHA for 70fe1dc
1 file changed
README.md
@@ -39,15 +39,15 @@ cd docurift
39
40
2. Build and install:
41
```bash
42
-go build
43
-go install
+go build ./cmd/docurift
+go install ./cmd/docurift
44
```
45
46
## Quick Start
47
48
1. Start DocuRift with your desired configuration:
49
50
-./bin/docurift -proxy-port 9876 -analyzer-port 9877 -backend-url http://localhost:8080 -max-examples 20
+./docurift -proxy-port 9876 -analyzer-port 9877 -backend-url http://localhost:8080 -max-examples 20
51
52
Note: backend url should be where your backend is running.
53
0 commit comments