Skip to content

Commit c6bd50e

Browse files
Update README.md
1 parent 38ed4ab commit c6bd50e

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,31 @@
44

55
[![Build status](https://ci.appveyor.com/api/projects/status/mn5hxj5ijurwih7q?svg=true)](https://ci.appveyor.com/project/JamesSouth/umbracofilesystemproviders-azure)
66

7-
An [Azure Blob Storage](http://azure.microsoft.com/en-gb/develop/net/) IFileSystem provider for Umbraco 6.25+.
7+
An [Azure Blob Storage](http://azure.microsoft.com/en-gb/develop/net/) IFileSystem provider for [Umbraco](https://umbraco.com) 6.25+.
88
Used to offload static files in the media section to the cloud.
99

1010
Designed to supersede [UmbracoAzureBlobStorage](https://github.com/idseefeld/UmbracoAzureBlobStorage) by [Dirk Seefeld](https://twitter.com/dseefeld65) (With his blessing) this package allows the storage and retrieval of media items using Azure Blob Storage while retaining the relative paths to the files expected in the back office.
1111

1212
## Installation
1313
At present the code is pre-release but when ready it will be available on [Nuget](http://www.nuget.org), also maybe as a package on [Our Umbraco](https://our.umbraco.org/).
1414

15-
In the interim code reviews and pull requests would be most welcome! (Appveyor, MyGet, Nuget config etc..)
15+
We already have a [MyGet package repository](https://www.myget.org/F/umbracofilesystemproviders-azure/) - for bleeding-edge / development releases.
16+
17+
## Manual build
18+
19+
If you prefer, you can compile UmbracoFileSystemProviders.Azure yourself, you'll need:
20+
21+
* Visual Studio 2012 (or above)
22+
23+
To clone it locally click the "Clone in Windows" button above or run the following git commands.
24+
25+
```bash
26+
git clone https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
27+
cd UmbracoFileSystemProviders.Azure
28+
.\build.cmd
29+
```
30+
31+
In the interim code reviews and pull requests would be most welcome!
1632

1733
## Usage
1834

0 commit comments

Comments
 (0)