Skip to content

Commit 1566f3c

Browse files
committed
Add Atlassian setup instructions
1 parent 4a9288e commit 1566f3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,13 @@ Once installed, follow these steps:
4040
* STASH_PROJECT - Project key of Stash project
4141

4242
##Development
43-
Run `bundle exec rake --trace` this will download the atlassian tools needed to build the plugin.
43+
Setup Atlassian BitBucket following the [SDK instructions](https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/install-the-atlassian-sdk-on-a-linux-or-mac-system).
44+
45+
* `bundle install`
46+
* `bundle exec rake --trace` this will download the atlassian tools needed to build the plugin.
4447

4548
### Testing
4649
Run `bundle exec rake compile run --trace` to set up and run an instance of bitbucket locally to test the plugin.
50+
4751
### Common Issues
4852
* Stash default login is admin/admin

0 commit comments

Comments
 (0)