diff --git a/README.md b/README.md index f5bb277..09ea37c 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,10 @@ IKT201 - Exam Project ## Smart commits The jigit plugin is configured with smart commits; you can read all about them here: https://support.atlassian.com/bitbucket-cloud/docs/use-smart-commits/ +## Development environment requires Azurite +Official azurite Docker image: docker pull mcr.microsoft.com/azure-storage/azurite + +Download the image and run it, this should expose the emulator to the project. + ## Problem with JiGit -JiGit will have the wrong namepattern for a github branch and must therefore not include "task\" or other issue prefixes. This is because github does not accept "\" but only "/". That is why you have to always manually change the "\" -> "/" \ No newline at end of file +JiGit will have the wrong namepattern for a github branch and must therefore not include "task\" or other issue prefixes. This is because github does not accept "\" but only "/". That is why you have to always manually change the "\" -> "/"