diff --git a/README.md b/README.md index b1ebf54..1f81ab8 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ A swift package providing a bitwise rotation operator written in a way to [compile](https://www.godbolt.org/z/5FxveA) to `ror` and `rol` on x86. +# Setup + +In your Package.swift add: +```swift +.package(url: "https://github.com/TG908/BitwiseRotate.git", from: "0.0.1") +```