Skip to content

Commit

Permalink
Merge pull request #105 from square/entin/bazel-instructions
Browse files Browse the repository at this point in the history
Add Bazel install instructions to README
  • Loading branch information
NickEntin authored Jan 19, 2024
2 parents 7fd14b0 + 9d650b8 commit 1d6b1e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ dependencies: [
]
```

### Bazel

To install Paralayout via [Bazel](https://github.com/bazelbuild/bazel), add the following to your `MODULE.bazel`:

```starlark
bazel_dep(name = "paralayout", version = "1.0.0")
```

### Carthage

To install Paralayout via [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`:
Expand Down

0 comments on commit 1d6b1e0

Please sign in to comment.