aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5fc2698..f75320c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
1# purescript-docker 1# purescript-docker
2Purescript 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
6Purescript 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
10Pull the version you want to use: 14Pull 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
16Check to see that your image was created: 20Check 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
20REPOSITORY TAG IMAGE ID CREATED SIZE 24REPOSITORY TAG IMAGE ID CREATED SIZE
21gyeh/purescript 0.8.5 b09608732ec8 0 minutes ago 829.8 MB 25gyeh/purescript 0.9.1 b09608732ec8 0 minutes ago 831.9 MB
22``` 26```
23 27
24Try the Purescript REPL (you need to run it in interactive mode with a pseudo-teletype): 28Try 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
68pureuser@1ddb0b0ed568:~/src/chapter3$ pulp build 72pureuser@1ddb0b0ed568:~/src/chapter3$ pulp build
69``` 73```
70 74
71It 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: 75It should have built successfully. You can also run the tests:
72 76
73``` 77```
74pureuser@1ddb0b0ed568:~/src/chapter3$ pulp test 78pureuser@1ddb0b0ed568:~/src/chapter3$ pulp test