Skip to content

Commit

Permalink
Merge pull request #412 from smucclaw/fix-readme-paths
Browse files Browse the repository at this point in the history
fix paths to examples in readmes
  • Loading branch information
ym-han authored Aug 7, 2023
2 parents 5ffaffe + 3bc2c70 commit 8bb02e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ It may take some time to compile ~ghc~, plus a whole raft of dependencies.

**** Confirming the install

A number of sample CSV inputs can be found in the ~test/~ directory.
A number of sample CSV inputs can be found in the ~test/examples~ directory.
(The following should be run from the ~lib/haskell/natural4~ subdirectory.)

#+begin_src
natural4$ stack run -- --workdir=workdir --toasp --tomd test/mustsing-latest.csv
natural4$ stack run -- --workdir=workdir --toasp --tomd test/examples/mustsing-latest.csv
#+end_src

This should compile the ~l4~ parser, and produce a bunch of output under the ~workdir/~ directory.
Expand Down
2 changes: 1 addition & 1 deletion lib/haskell/natural4/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You should get a screenful of green.
In the ~dsl/lib/haskell/natural4/~ directory, if you run

#+begin_src bash
stack run -- --workdir=workdir test/casestudypdpadbno-latest.csv
stack run -- --workdir=workdir test/examples/casestudypdpadbno-latest.csv
#+end_src

You should get a bunch of output onscreen, and you should get even more output inside the newly created directory ~workdir/~.
Expand Down

0 comments on commit 8bb02e7

Please sign in to comment.