Skip to content

Commit e93b869

Browse files
authored
Fix README after 612b86e (TraceMachina#1132)
1 parent 612b86e commit e93b869

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ curl -O \
4949
docker run \
5050
-v $(pwd)/basic_cas.json:/config \
5151
-p 50051 \
52-
ghcr.io/tracemachina/nativelink:v0.4.0
52+
ghcr.io/tracemachina/nativelink:v0.4.0 \
53+
config
5354
```
5455

5556
**Windows x86_64**
@@ -65,7 +66,8 @@ Invoke-WebRequest `
6566
docker run `
6667
-v ${PWD}/basic_cas.json:/config `
6768
-p 50051 `
68-
ghcr.io/tracemachina/nativelink:v0.4.0
69+
ghcr.io/tracemachina/nativelink:v0.4.0 `
70+
config
6971
```
7072

7173
### ❄️ Raw executable with Nix

0 commit comments

Comments
 (0)