Skip to content

Commit

Permalink
Add docs on how to add another dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Nov 4, 2020
1 parent 1eb539e commit c3aab19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ xcuserdata/
.swiftpm/
Arena-Playground/
ArenaIntegrationTest/
misc/Arena Demo 1.0.0.mov
misc/ignored/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ In case you want to fetch a particular revision, range of revisions, or branch,

Make sure to properly quote the URL if you are using the `..<` range operator. Otherwise your shell will interpret the `<` character as input redirection.

## Adding another dependency

Arena does not currently support adding further depenencies to an existing playground. However, since its dependencies are managed via the `Dependencies` package, so can simply add further entries to its `Package.swift` file - just like you would when extending any other package manifest.

Here's what this looks like:

![Adding a dependency](misc/Arena-add-dependency.gif)

## How to install Arena

### Homebrew
Expand Down
Binary file added misc/Arena-add-dependency.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3aab19

Please sign in to comment.