From a78c8da7e816b3a87c193535a1d0c72f15864789 Mon Sep 17 00:00:00 2001 From: oraqlle <41113853+oraqlle@users.noreply.github.com> Date: Mon, 8 May 2023 16:43:12 +1000 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6d7e8d..a0ab6c0 100644 --- a/README.md +++ b/README.md @@ -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