diff --git a/README.md b/README.md index 16e6b0d..ada42c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # Setup Conan Setup Conan for GitHub Actions + +## Usage + +Latest Conan Version + +```yaml +steps: + - name: Install Conan + uses: https://git.119.224.65.18.sslip.io/siteorg/setup-conan@v1 +``` + +Specific Conan Version + +```yaml +steps: + - name: Install Conan + uses: https://git.119.224.65.18.sslip.io/siteorg/setup-conan@v1 + with: + conan-version: 2.9.2 +``` \ No newline at end of file