Skip to content

Commit 4680530

Browse files
auto commit
1 parent 0e28707 commit 4680530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TestVectors/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ Start in the root `./TestVectors` directory and read the runtime specific buildi
2626
#### .NET
2727

2828
1. Run `make transpile_net`
29-
2. Run `cp ./java/*.json ./net/`
29+
2. Run `cp ./runtimes/java/*.json ./runtimes/net/`
3030
3. Run `cd runtimes/net`
3131
3. Run `dotnet run --framework net6.0`
3232

3333
#### Rust
3434

3535
1. Run `make transpile_rust`
36-
2. Run `cp ./java/*.json ./rust/`
36+
2. Run `cp ./runtimes/java/*.json ./runtimes/rust/`
3737
3. Run `make polymorph_rust`
3838
4. Run `make test_rust`
3939

4040
#### Go
4141

4242
1. Run `make transpile_go`
43-
2. Run `cp ./java/*.json ./go/`
43+
2. Run `cp ./runtimes/java/*.json ./runtimes/go/`
4444
3. Run `make test_go`
4545

4646
### Saving results for later

0 commit comments

Comments
 (0)