Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chesskit-app/chesskit into featur…
Browse files Browse the repository at this point in the history
…e/add-starting-index-to-game
  • Loading branch information
pdil committed Apr 30, 2024
2 parents 9a670ac + 5a3c5f2 commit a95d524
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ For a related Swift package that contains chess engines such as [Stockfish](http
1. Add `chesskit-swift` as a dependency
* In an [app built in Xcode](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app),
* or [as a dependency to another Swift Package](https://www.swift.org/documentation/package-manager/#importing-dependencies).
``` swift
.package(url: "https://github.com/chesskit-app/chesskit-swift", from: "0.6.0")
```

2. Next, import `ChessKit` to use it in Swift code:
``` swift
Expand Down

0 comments on commit a95d524

Please sign in to comment.