Skip to content

Commit cfe145f

Browse files
committed
Add URL scheme note
1 parent 59eaa86 commit cfe145f

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/wwwroot/gfm/apps/02.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
<a href="https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/downloading-sample-databases" rel="nofollow">Northwind</a> and
1515
<a href="https://www.sqlitetutorial.net/sqlite-sample-database/" rel="nofollow">Chinook</a> SQLite databases which after installing the latest
1616
<a href="https://docs.servicestack.net/netcore-windows-desktop" rel="nofollow">app</a> dotnet tool:</p>
17-
<pre><code>$ dotnet tool install -g app
17+
<pre><code>$ dotnet tool install -g app
18+
$ app -version
1819
</code></pre>
19-
<p>Can be run from the link below in a Windows x64 Desktop App:</p>
20+
<p>First time <code>app</code> is run it registers the <a href="#app-url-schemes">app:// URL scheme</a> allowing Windows x64 Desktop Apps to be launched from URLs:</p>
2021
<ul>
2122
<li><strong><a name="app://sharpdata?mix=northwind.sharpdata">app://sharpdata?mix=northwind.sharpdata</a></strong></li>
2223
<li><strong><a name="app://sharpdata?mix=chinook.sharpdata">app://sharpdata?mix=chinook.sharpdata</a></strong></li>

src/wwwroot/gfm/apps/02.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ For an example of this in action we've published customized gists for the
1818
[Chinook](https://www.sqlitetutorial.net/sqlite-sample-database/) SQLite databases which after installing the latest
1919
[app](https://docs.servicestack.net/netcore-windows-desktop) dotnet tool:
2020

21-
$ dotnet tool install -g app
21+
$ dotnet tool install -g app
22+
$ app -version
2223

23-
Can be run from the link below in a Windows x64 Desktop App:
24+
First time `app` is run it registers the [app:// URL scheme](#app-url-schemes) allowing Windows x64 Desktop Apps to be launched from URLs:
2425

2526
<ul>
2627
<li><strong><a name="app://sharpdata?mix=northwind.sharpdata">app://sharpdata?mix=northwind.sharpdata</a></strong></li>

0 commit comments

Comments
 (0)