Skip to content

Commit 04f69af

Browse files
committed
Update readme
1 parent d576fe6 commit 04f69af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All the following paths are relative to `$GOPATH/src/github.com/salvacorts/TFG-P
3030
```bash
3131
cd native/server
3232
go run -grpcPort <port> -clusterPort <port> -metricsPort <port> -clusterBoostrap <boostrap node addr:port> -datasetPath <path to dataset> -webPath <path to web> -webPort <port>
33-
# e.g. go run server.go -grpcPort 2006 -clusterPort 4003 -metricsPort 5003 -clusterBoostrap 127.0.0.1:4001 -datasetPath .. -webpath .. -webPort 8080
33+
# e.g. go run server.go -grpcPort 2006 -clusterPort 4003 -metricsPort 5003 -clusterBoostrap 127.0.0.1:4001 -datasetPath ../../../datasets/glass.csv -webpath ../../web/src/ -webPort 8080
3434
```
3535

3636
#### Evaluator

0 commit comments

Comments
 (0)