Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 7395332

Browse files
authored
docs: update command (#305)
The explicit link against tensorflow has not been needed for a while. Update the instructions accordingly.
1 parent 4c6ceb7 commit 7395332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Use Swift Package Manager to develop Swift for TensorFlow models.
1717
### Build
1818

1919
```bash
20-
swift build -Xlinker -ltensorflow
20+
swift build
2121
```
2222

2323
### Test
2424

2525
```bash
26-
swift test -Xlinker -ltensorflow
26+
swift test
2727
```
2828

2929
## Bugs

0 commit comments

Comments
 (0)