Skip to content

Commit

Permalink
Update README.md to add emojis to heading for easier reading
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh authored Jul 7, 2024
1 parent 70b9b6f commit 841c8bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,7 +46,7 @@ This will launch Puter at http://localhost:4000 (or the next available port).

<br/>

### 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.

Expand All @@ -57,7 +57,7 @@ mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 100
<br/>


### 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.

Expand All @@ -70,7 +70,7 @@ docker compose up
<br/>


### Self-Hosting
### 🏠 Self-Hosting

Please refer to the [**Self-Hosting instructions**](./doc/self-hosters/instructions.md).

Expand Down

0 comments on commit 841c8bf

Please sign in to comment.