Skip to content

Commit f53d8cd

Browse files
Update README.md
1 parent 52f5542 commit f53d8cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ The end result should be an electron app under your __/bin/desktop__ folder.
137137
### Note
138138
> OSX builds on Windows are currently not supported, because the build just hangs, but I'm not sure why. It works on Linux/OSX however.
139139
140+
# Working with this Repo
141+
142+
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 1.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for OSX/Linux).
143+
144+
If you look for pure __[demo projects](https://github.com/ElectronNET)__ checkout the other repositories.
145+
146+
The problem working with this repository is, that NuGet has a pretty aggressive cache, see [here for further information](https://github.com/ElectronNET/Electron.NET/wiki).
147+
140148
# Contributing
141149
Feel free to submit a pull request if you find any bugs (to see a list of active issues, visit the [Issues section](https://github.com/ElectronNET/Electron.NET/issues).
142150
Please make sure all commits are properly documented.

0 commit comments

Comments
 (0)