Skip to content

Commit 929aea8

Browse files
committed
update README
Signed-off-by: Jess Chitas <[email protected]>
1 parent 64f1751 commit 929aea8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@ If you would like to contribute to the website, please fork this project and cre
77
## How to install and run
88

99
Clone the repo:
10-
`git clone https://github.com/containers/ramalama.ai.git`
10+
```
11+
git clone https://github.com/containers/ramalama.ai.git
12+
```
1113

1214
Once installed, cd into the folder:
13-
`cd ramalama.ai`
15+
```
16+
cd ramalama.ai
17+
```
1418

1519
Run a fresh install of npm:
16-
`npm install`
20+
```
21+
npm install
22+
```
1723

1824
Run the website locally:
19-
`npm run dev`
25+
```
26+
npm run dev
27+
```

0 commit comments

Comments
 (0)