Skip to content

Commit

Permalink
docs: studio-v2 install command
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Nov 17, 2022
1 parent e85930f commit 4291125
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,5 @@ compiled
.awcache
.rpt2_cache
docs
*.iml
lib
2 changes: 1 addition & 1 deletion .releaserc.json
@@ -1,4 +1,4 @@
{
"extends": "@sanity/semantic-release-preset",
"branches": ["master"]
"branches": ["main", { "name": "studio-v2", "channel": "studio-v2", "range": "0.x.x" }]
}
7 changes: 4 additions & 3 deletions README.md
@@ -1,11 +1,12 @@
# Sanity Asset Source Plugin: Unsplash
Search for photos on Unsplash and add them to your project right inside Sanity Studio.

> This is a **Sanity Studio v2** plugin.
> For the v3 version, please refer to the [v3-branch](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash).
Search for photos on Unsplash and add them to your project right inside Sanity Studio.

## Installation

`sanity install asset-source-unsplash`
`sanity install asset-source-unsplash@studio-v2`

## Part name

Expand Down

0 comments on commit 4291125

Please sign in to comment.