Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 19, 2023
1 parent 2908708 commit 7934ab2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Linera Developer Documentation

Repository for the developer documentation of Linera to be hosted on https://linera.dev
Repository for the developer documentation of Linera (eventually) to be hosted on https://linera.dev

## Browse developer docs locally
## Browse the developer docs on github.io

You may preview the website (refreshed after every commit):

* here: https://linera-io.github.io/linera-documentation/364a04086bc8f2bf91ec3406a2aac5f7e4e675b9/index.html

* or equivalently: https://linera-io.github.io/linera-documentation then password: “2023lineraftw”

## Browse the developer docs locally (including local changes)

```
cargo install mdbook
mdbook serve roadmap
mdbook serve
```
Then open URL as instructed.
Then, open the URL as instructed.

0 comments on commit 7934ab2

Please sign in to comment.