aboutsummaryrefslogtreecommitdiff
path: root/learn-you-some-erlang/README.txt
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-02-23 07:08:18 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-02-23 07:08:18 +0100
commit5a9cdd3cc89507d4d74f8bded56ce5e037b3b56e (patch)
tree982ca2e7f9ac4e8c350dfb5c4f60bcfdfff5afaf /learn-you-some-erlang/README.txt
parent05ae56e5e89abf2993f84e6d52b250131f247c35 (diff)
downloaderlang-workshop-5a9cdd3cc89507d4d74f8bded56ce5e037b3b56e.tar.gz
erlang-workshop-5a9cdd3cc89507d4d74f8bded56ce5e037b3b56e.tar.bz2
erlang-workshop-5a9cdd3cc89507d4d74f8bded56ce5e037b3b56e.tar.xz
erlang-workshop-5a9cdd3cc89507d4d74f8bded56ce5e037b3b56e.zip
wip
Diffstat (limited to 'learn-you-some-erlang/README.txt')
-rw-r--r--learn-you-some-erlang/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/learn-you-some-erlang/README.txt b/learn-you-some-erlang/README.txt
new file mode 100644
index 0000000..d46e598
--- /dev/null
+++ b/learn-you-some-erlang/README.txt
@@ -0,0 +1,17 @@
+Man there's not a lot to write in a readme for such a book.
+
+You can get the license info in LICENSE.TXT (hint: it's the MIT license).
+I probably won't copy it in every module. Just pretend it's there, please.
+
+The code in these files has been tested with Erlang releases R13B+. In case you're not sure it will run on another version, you can run the tests yourself by compiling tester.erl and then calling:
+
+1> tester:dir().
+or
+2> tester:dir("/modules/path","/unit/tests/modules/path/").
+
+Which should run all the tests. If you're using the release R13B, there is a patch you need to apply in order to have unit tests running (see http://erlang.org/download.html).
+
+Note that even if the tests run fine, you'd benefit in using releases R13B+.
+
+If you need any more help, don't hesitate contacting me: mononcqc@ferd.ca.
+