This commit is contained in:
David Mark Clements
2023-12-07 18:22:43 +01:00
parent d443d01b9e
commit ba147975bc
5 changed files with 8 additions and 8 deletions

View File

@@ -16,10 +16,10 @@ Welcome to the Internet of Peers
### Guide
* [Getting Started](./guide/getting-started.md)
* [Starting a Pear App](./guide/starting-a-pear-app.md)
* [Making a Pear App](./guide/making-a-pear-app.md)
* [Sharing a Pear App](./guide/sharing-a-pear-app.md)
* [Releasing a Pear App](./guide/releasing-a-pear-app.md)
* [Starting a Pear Project](./guide/starting-a-pear-project.md)
* [Making a Pear Application](./guide/making-a-pear-app.md)
* [Sharing a Pear Application](./guide/sharing-a-pear-app.md)
* [Releasing a Pear Application](./guide/releasing-a-pear-app.md)
### Reference

View File

@@ -1,4 +1,4 @@
# Making a Pear App
# Making a Pear Application
## Step 1. Install modules

View File

@@ -1,4 +1,4 @@
# Releasing a Pear App
# Releasing a Pear Application
As covered in [Sharing a Pear App](./sharing-a-pear-app.md), Pear use release channels in a similar way that git use branches. When the app has been tested, and it's ready to release it, it's really simple.

View File

@@ -1,4 +1,4 @@
# Sharing a Pear App
# Sharing a Pear Application
Before releasing a Pear app to the public, it's possible to share it with others.

View File

@@ -1,4 +1,4 @@
# Starting a Pear App
# Starting a Pear Project
This tutorial will show how to create a basic chat app with Pear, and through that teach how to use some of the main building blocks.