Skip to content

Commit 16dcb06

Browse files
committed
#86 update readme to reflect changes after the publish to Swift Package Index
1 parent d3428a8 commit 16dcb06

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [arrow-swift]

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323

2424
## Install
2525

26-
TODO: We should update this after we register this package to Swift Package Index.
26+
[![Swift Package Index](https://swiftpackageindex.com/apache/arrow-swift/badge.swift)](https://swiftpackageindex.com/apache/arrow-swift)
27+
28+
You can add Apache Arrow Swift to your project using Swift Package Manager. For complete installation instructions and version selection, see the [Swift Package Index page](https://swiftpackageindex.com/apache/arrow-swift/).
2729

2830
## Getting Started
2931

30-
TODO: We should refer auto generated documentation on Swift Package Index after we register this package to Swift Package Index.
32+
You can browse API documentation and usage examples at our [Swift Package Index documentation page](https://swiftpackageindex.com/apache/arrow-swift/documentation). Once added, import Arrow in your code and get started!
3133

3234
## Getting involved
3335

@@ -47,3 +49,5 @@ If you'd like to report a bug but don't have time to fix it, you can still post
4749
## License
4850

4951
[Apache 2.0](https://github.com/apache/arrow-swift/blob/main/LICENSE.txt)
52+
53+

0 commit comments

Comments
 (0)