diff options
author | Risto Stevcev <risto1@gmail.com> | 2016-07-18 23:48:02 +0200 |
---|---|---|
committer | Risto Stevcev <risto1@gmail.com> | 2016-07-18 23:48:02 +0200 |
commit | fb6a7a8a43d6f73cf704944e53dffab7db27e1eb (patch) | |
tree | d492548d836a98e4742fe292e8051db5475d9f1f | |
parent | 999566011bf240b1cbc07d3d62823e83b9cb0f91 (diff) | |
download | purescript-docker-fb6a7a8a43d6f73cf704944e53dffab7db27e1eb.tar.gz purescript-docker-fb6a7a8a43d6f73cf704944e53dffab7db27e1eb.tar.zst purescript-docker-fb6a7a8a43d6f73cf704944e53dffab7db27e1eb.zip |
Updated README
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,5 +1,9 @@ | |||
1 | # purescript-docker | 1 | # purescript-docker |
2 | Purescript build for docker :sail: | 2 | |
3 | [![Docker Stars](https://img.shields.io/docker/stars/gyeh/purescript.svg?maxAge=2592000)](https://hub.docker.com/r/gyeh/purescript/) | ||
4 | [![Docker Pulls](https://img.shields.io/docker/pulls/gyeh/purescript.svg?maxAge=2592000)](https://hub.docker.com/r/gyeh/purescript/) | ||
5 | |||
6 | Purescript build for docker | ||
3 | 7 | ||
4 | ![Purescript](https://raw.githubusercontent.com/Risto-Stevcev/purescript-docker/master/logo.png) | 8 | ![Purescript](https://raw.githubusercontent.com/Risto-Stevcev/purescript-docker/master/logo.png) |
5 | 9 | ||
@@ -10,7 +14,7 @@ Note: You may need to run docker comands as a superuser (sudo) depending on how | |||
10 | Pull the version you want to use: | 14 | Pull the version you want to use: |
11 | 15 | ||
12 | ``` | 16 | ``` |
13 | $ docker pull gyeh/purescript:0.8.5 | 17 | $ docker pull gyeh/purescript:0.9.1 |
14 | ``` | 18 | ``` |
15 | 19 | ||
16 | Check to see that your image was created: | 20 | Check to see that your image was created: |
@@ -18,7 +22,7 @@ Check to see that your image was created: | |||
18 | ``` | 22 | ``` |
19 | $ docker images | 23 | $ docker images |
20 | REPOSITORY TAG IMAGE ID CREATED SIZE | 24 | REPOSITORY TAG IMAGE ID CREATED SIZE |
21 | gyeh/purescript 0.8.5 b09608732ec8 0 minutes ago 829.8 MB | 25 | gyeh/purescript 0.9.1 b09608732ec8 0 minutes ago 831.9 MB |
22 | ``` | 26 | ``` |
23 | 27 | ||
24 | Try the Purescript REPL (you need to run it in interactive mode with a pseudo-teletype): | 28 | Try the Purescript REPL (you need to run it in interactive mode with a pseudo-teletype): |
@@ -68,7 +72,7 @@ pureuser@1ddb0b0ed568:~/src/chapter3$ bower install | |||
68 | pureuser@1ddb0b0ed568:~/src/chapter3$ pulp build | 72 | pureuser@1ddb0b0ed568:~/src/chapter3$ pulp build |
69 | ``` | 73 | ``` |
70 | 74 | ||
71 | It should have built successfully. Ignore the warnings -- as of the time of this writing the book hasn't been updated for 0.9.x module syntax that the compiler is mentioning will change. All examples should still build and work as expected. You can also run the tests: | 75 | It should have built successfully. You can also run the tests: |
72 | 76 | ||
73 | ``` | 77 | ``` |
74 | pureuser@1ddb0b0ed568:~/src/chapter3$ pulp test | 78 | pureuser@1ddb0b0ed568:~/src/chapter3$ pulp test |