Skip to content

Commit

Permalink
Fix for issue #72
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Jan 19, 2021
1 parent e5b7e88 commit 41f64e1
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,26 @@ title: C++ library for parsing Standard MIDI Files

Download the zip or tar file from the buttons at the top of the page
and unpack and type <tt>make</tt> in the base directory of the midifile
package. Or if you use git, download on the terminal with these commands:
package.

``` bash
git pull https://github.com/craigsapp/midifile
Or if you use git, download on the terminal with these commands and compile with
these commands:

```bash
git clone https://github.com/craigsapp/midifile
cd midifile
make
```

To update the souce code if you already have cloned previously, go into the
midifile directory and type:

```bash
git pull
make
```


<!-- FEATURE LIST ------------------------------------------------- -->

<details open>
Expand Down

0 comments on commit 41f64e1

Please sign in to comment.