Skip to content

Commit b7d1c33

Browse files
committed
Update README.md
1 parent 822d96d commit b7d1c33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ assertEqual(try result.toString(), "result string")
5151
assertEqual("\(result)", "result string")
5252
```
5353

54-
## Useful commands
54+
## SwiftPM arguments
5555

5656
### macOS
5757
```bash
@@ -74,5 +74,6 @@ swift test \
7474

7575
### Linux
7676
```bash
77+
swift build -Xlinker /usr/lib/libv8_libbase.a -Xlinker /usr/lib/libv8_libplatform.a
7778
swift test -Xlinker /usr/lib/libv8_libbase.a -Xlinker /usr/lib/libv8_libplatform.a
78-
```
79+
```

0 commit comments

Comments
 (0)