Skip to content

Commit

Permalink
feat: add install clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 19, 2024
1 parent b093bb0 commit 4d490dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ markdownlint --config .markdownlint.yaml '**/*.md'

### Running the site locally

```bash
Prerequisites:
1. Install [Rust](https://www.rust-lang.org/tools/install)
1. Install [mdbook](https://rust-lang.github.io/mdBook/guide/installation.html)

```sh
mdbook serve -o
```

> Requires Rust and mdbook.
10 changes: 7 additions & 3 deletions cips/cip-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
| cip | title | author | status | type | created |
|-----|---------------------------------------------|-------------------------------|--------|------|------------|
| 1 | Celestia Improvement Proposal Process and Guidelines | Yaz Khoury <[email protected]> | Living | Meta | 2023-04-13 |
| cip | 1 |
| - | - |
| title | Celestia Improvement Proposal Process and Guidelines |
| author | Yaz Khoury <[email protected]> |
| status | Living |
| type | Meta |
| created | 2023-04-13 |

## Table of Contents

Expand Down

0 comments on commit 4d490dc

Please sign in to comment.