Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Apr 8, 2018
1 parent 030a795 commit de51d26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,17 @@ There is a project template bundled with

and invoke with

```
```bash
$ pi new madlang story
```

There is also a templated project
[here](https://github.com/vmchale/madlang-miso) that can be invoked via

```bash
pi git vmchale/https://github.com/vmchale/madlang-miso story
```

### Manpages

You can view documentation for `madlang` on Linux, Mac, or BSD by typing:
Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ orders = Program
<> command "check" (info lint (progDesc "Check a file"))
<> command "sample" (info sample (progDesc "Sample a template by generating text many times."))
<> command "install" (info (pure Install) (progDesc "Install/update prebundled libraries."))
<> command "get" (info fetch (progDesc "Sample a template by generating text many times."))
<> command "get" (info fetch (progDesc "Install/update a third-party library"))
<> command "vim" (info (pure VimInstall) (progDesc "Install vim plugin."))
)

Expand Down
2 changes: 1 addition & 1 deletion madlang.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: madlang
version: 4.0.2.4
version: 4.0.2.6
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2016-2018 Vanessa McHale
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
resolver: nightly-2018-04-03
resolver: nightly-2018-04-05
packages:
- .
extra-deps:
- composition-prelude-1.3.0.8
- cli-setup-0.2.0.2
- cli-setup-0.2.0.3
flags:
madlang:
development:
Expand Down

0 comments on commit de51d26

Please sign in to comment.