Skip to content

Commit

Permalink
Update Readme.Md
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac-2 authored Jan 28, 2018
1 parent e755901 commit a2e9e94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A tool for converting a bizhawk .bk2 file into an lsnes .lsmv file.

Download the binary and add it to your `PATH` then run the following command:

```
```bash
$ bk22lsmv path\to\input_bk2.bk2 path\to\lsmv_to_modify.lsmv > path\to\output_file.lsmv
```

Expand All @@ -18,28 +18,28 @@ Compilation is performed using the haskell stack. Installation instructions for

You will need to clone the repository into a local folder. After this has been done, navigate into the folder and simply run:

```
```bash
$ stack build
```

If stack gives you any trouble, try running `stack init` and `stack setup` beforehand.

You can now execute the program in the working directory using:

```
```bash
$ stack exec bk22lsmv-exe <arguments>
```

Running `stack install` will copy the executable into a local directory. The binary should now be able to run using:

```
```bash
$ bk22lsmv-exe <arguments>
```

from any directory. If it does not, check that the stack bins directory is in your `PATH`. The stack bins directory can be found using

```
```bash
$ stack path --local-bin
```

For more information on how to use stack, check the (stack documentation website)[https://docs.haskellstack.org]
For more information on how to use stack, check the [stack documentation website](https://docs.haskellstack.org)

0 comments on commit a2e9e94

Please sign in to comment.