Skip to content

Commit 4c520bd

Browse files
committed
update readme badge and install instruction
1 parent d4f3de9 commit 4c520bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# infraspec.dev
22

3-
![GitHub Action Lint](https://github.com/infraspecdev/infraspec.dev/actions/workflows/lint.yml/badge.svg?event=push)
3+
![GitHub Action Lint](https://github.com/infraspecdev/infraspec.dev/actions/workflows/lint.yml/badge.svg?branch=main)
44

55
## Getting Started
66

@@ -10,6 +10,12 @@ To run this website locally, you will need to have the following software instal
1010

1111
- [Hugo](https://gohugo.io/getting-started/installing/)
1212

13+
If you're using MacOS and [Homebrew](https://brew.sh/), you can install Hugo using the following command:
14+
15+
```bash
16+
brew install hugo
17+
```
18+
1319
### Running the website locally
1420

1521
1. Clone the repository: `git clone https://github.com/infraspecdev/infraspec.dev.git`

0 commit comments

Comments
 (0)