Skip to content

Commit

Permalink
Merge pull request #59 from MonashDeepNeuron/readme-fix
Browse files Browse the repository at this point in the history
Fixed README
  • Loading branch information
oraqlle authored May 9, 2023
2 parents 62f6573 + a78c8da commit 708d197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ This repository contains the source code for the HPC Training content and challe
To build this book you need [mdBook](https://rust-lang.github.io/mdBook/index.html) a tool for creating books with Markdown. mdBook can be installed using Cargo - Rust's package manager.

```sh
$ cargo install mdbook
cargo install mdbook
```

You can build this book you must clone this repository using Git. You can then build it and even serve it to localhost to view in your browser. The serve command will produce a localhost you can view.

```sh
$ git clone https://github.com/MonashDeepNeuron/HPP.git
$ cd HPP
$ git clone https://github.com/MonashDeepNeuron/HPC-Training.git
$ cd HPC-Training

# Build ...
$ mdbook build
Expand Down

0 comments on commit 708d197

Please sign in to comment.