From 841c8bf9f2a8213cae9bab0dee7b1b9e48e75d3d Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 7 Jul 2024 15:09:49 -0700 Subject: [PATCH] Update README.md to add emojis to heading for easier reading --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 986ec706..ca2bc0db 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Puter is an advanced, open-source internet operating system designed to be featu ## Getting Started -### Local Development +### 💻 Local Development ```bash git clone https://github.com/HeyPuter/puter @@ -46,7 +46,7 @@ This will launch Puter at http://localhost:4000 (or the next available port).
-### Using Docker +### 🐳 Using Docker **note:** it is **not** necessary to run this within a clone of this repository. For contributors, it is recommended to use the [Local Development](#local-development) instructions. @@ -57,7 +57,7 @@ mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 100
-### Using Docker Compose +### 🐙 Using Docker Compose **note:** it is **not** necessary to run this within a clone of this repository. For contributors, it is recommended to use the [Local Development](#local-development) instructions. @@ -70,7 +70,7 @@ docker compose up
-### Self-Hosting +### 🏠 Self-Hosting Please refer to the [**Self-Hosting instructions**](./doc/self-hosters/instructions.md).