Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ousiax committed Dec 11, 2023
1 parent 07d46a4 commit ee8bbd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ $ tree -L 2
* `Leo.Wpf.App` is a WPF-based application.
* `Leo.Web.Host` is a ASP.NET Core application.

NOTE: For simplify, the desktop application also launchs the Web API application. You can see more information at `Leo.Windows.Program.Main` and `Leo.Wpf.App.App`.
NOTE: For simplify, the desktop application also launchs the Web API application in the same one process.

NOTE: You can see more information about how to launch both the Desktop application and a backend Web API service application in one process at `Leo.Windows.Program.Main` and `Leo.Wpf.App.App`.

When the application starts, it requires to login with a Microsoft account (an organization or personal account).

Expand Down

0 comments on commit ee8bbd9

Please sign in to comment.