Skip to content

Commit e65b9ba

Browse files
committed
missing comma
1 parent 0a19bae commit e65b9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/get-started/4-packaging-and-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ From the end-user perspective there are currently two ways to go about this:
7373

7474
### Launcher, the multi-app runtime
7575

76-
Holochain's official end-user runtime is the [Holochain Launcher](https://github.com/holochain/launcher). It allows people to install hApps, including web hApps from a built-in app store or from the filesystem. Installed apps' UIs can then be launched from a friendly UI. The app store is itself a distributed Holochain application which provides details on applications that are available for download. As a developer you can either go through a simple publishing process and add your app to the app store where it will be available for installation by all people who use the Launcher, or you can share it directly with end-users through your own channels and they can install it into their Holochain Launcher manually from the filesystem.
76+
Holochain's official end-user runtime is the [Holochain Launcher](https://github.com/holochain/launcher). It allows people to install hApps, including web hApps, from a built-in app store or from the filesystem. Installed apps' UIs can then be launched from a friendly UI. The app store is itself a distributed Holochain application which provides details on applications that are available for download. As a developer you can either go through a simple publishing process and add your app to the app store where it will be available for installation by all people who use the Launcher, or you can share it directly with end-users through your own channels and they can install it into their Holochain Launcher manually from the filesystem.
7777

7878
You can try this latter approach with your forum app immediately by downloading and running the Launcher! If you install `workdir/my_forum_app.webhapp`, the hApp _and its UI_ will be installed.
7979

0 commit comments

Comments
 (0)