Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Apr 4, 2024
1 parent f4ccd93 commit 67ea464
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

## Getting Started

Setup Bum (Bun Version Manager):
Bum is supported on Linux x86_64 and Darwin x86_64 (Mac OS)
You can enter `uname -ms` command in your terminal to see yours
Setup Bum (Bun Version Manager):<br/>
Bum is supported on Linux x86_64 and Darwin x86_64 (Mac OS),<br/>
You can enter `uname -ms` command in your terminal to see yours.

```
$ curl -fsSL https://github.com/owenizedd/bum/raw/main/install.sh | bash
Expand All @@ -40,16 +40,16 @@ $ bum use

## Quick Start

Install dependencies:
Setup environment:

```
$ bun install
$ cp .env.example .env (and modify your env)
```

Setup environment:
Install dependencies:

```
$ cp .env.example .env (and modify your env)
$ bun install
```

Run in local:
Expand Down

0 comments on commit 67ea464

Please sign in to comment.