diff --git a/assets/usage.mp4 b/assets/usage.mp4 new file mode 100644 index 0000000..fc2c154 Binary files /dev/null and b/assets/usage.mp4 differ diff --git a/lib/system-status.js b/lib/system-status.js index b8d4d0b..1829f74 100644 --- a/lib/system-status.js +++ b/lib/system-status.js @@ -13,10 +13,24 @@ customElements.define('pear-welcome', class extends HTMLElement { super() this.template = document.createElement('template') this.template.innerHTML = ` +
-

Pear is installed.

+

Pear is in the system PATH and ready to go .

-

✔ Pear is in the system PATH and ready to go.

+
+

Welcome...

+

...to the Internet of Peers.

+

Pear provides the \`pear\` Command-line Interface as the primary interface for developing, sharing & maintaining unstoppable peer-to-peer applications and systems.

+

To get started, open a terminal, type \`pear\` and hit return.

+
+ ` this.root = this.attachShadow({ mode: 'open' }) @@ -38,7 +52,7 @@ customElements.define('system-status', class extends HTMLElement {