Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avysk authored Oct 18, 2016
1 parent e3312de commit f5f9e4c
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ Four targets for `make`:
## Example of usage

1. `make populate`
...runs for ages, downloads half of the internet; in the process you
will see some ignored errors from Forge...
```

...runs for ages, downloads half of the internet; in the process you
will see some ignored errors from Forge...

Done.
Ignored errors are safe to ignore.

Expand All @@ -59,9 +60,9 @@ Four targets for `make`:
Tests source code is in src/test/Lib.Test/Lib.Test.fs
Try 'make test' now.
Happy hacking!
```

2. `tree src`
```

src
├── app
│   └── Program
Expand All @@ -81,26 +82,29 @@ Four targets for `make`:
└── paket.references

6 directories, 10 files
```

3. `make build && ls build/`
...some noise...
```

...some noise...

FSharp.Core.dll Lib.dll.mdb Program.exe.config
Lib.dll Program.exe Program.exe.mdb
```

4. `make run` (should calculate 3 squared)
...some noise...
```

...some noise...

9
```

5. `make test`
...some noise...
```

...some noise...

1) Failed : Lib.Test.Example Test
Expected: 3
But was: 4
```
...more noise...

...more noise...

## Disclaimer

Expand Down

0 comments on commit f5f9e4c

Please sign in to comment.