Skip to content

Commit

Permalink
Update index.md: Add "Get Started" section and update package install…
Browse files Browse the repository at this point in the history
…ation instructions
  • Loading branch information
camilogarciabotero committed Apr 12, 2024
1 parent 7676c71 commit 1552489
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,20 @@ hero:
text: View on Github
link: https://github.com/camilogarciabotero/BioMarkovChains.jl
---
```

```@raw html
<p style="margin-bottom:2cm"></p>

<div class="vp-doc" style="width:90%; margin:auto">
<div class="vp-doc" style="width:80%; margin:auto">

<h2> Get Started </h2>

Install `BioMarkovChains` from the julia REPL. Press `]` to enter `pkg` mode, and enter the `add BioMarkovChains` command.

</div>
```julia
(@v1.10) pkg> add BioMarkovChains
```

For more information, see the [Getting Started](@ref) section.

```
</div>

0 comments on commit 1552489

Please sign in to comment.