Skip to content

Commit

Permalink
update readme for copy code block
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamedwards committed Sep 30, 2024
1 parent 01397b8 commit cefd19e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ Alternatively, the online [Documentation](https://grahamedwards.github.io/Commin

## Installation

To install `ComminWeath.jl` on your own computer, just type `]` into the Julia REPL to enter the built-in package manager and then type `add https://github.com/grahamedwards/ComminWeath.jl` and hit enter.
To install `ComminWeath.jl` on your own computer, just type `]` into the Julia REPL to enter the built-in package manager and then type
```
add https://github.com/grahamedwards/ComminWeath.jl
```
and hit enter.


After installing, just type `using ComminWeath` to use.

Expand All @@ -39,4 +44,4 @@ I recommend `CairoMakie` for our purposes and include that as a package dependen

---

Please reach out to me if you have any questions or encounter any bugs!
Please reach out to me if you have any questions or encounter any bugs!

0 comments on commit cefd19e

Please sign in to comment.