diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-04-04 15:54:21 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-04-04 15:54:21 +0200 |
commit | 7725f46cd64c5a405ffed6177019383ffe18dd8e (patch) | |
tree | 6351104968e398c72291cfb65be9d0520f32715a /src/catlfish.erl | |
parent | 7bca7e75af2c07b0f278b55b31f3d2d0d519cc4c (diff) |
add build related notes
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r-- | src/catlfish.erl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl index cfdec8b..a8c5a86 100644 --- a/src/catlfish.erl +++ b/src/catlfish.erl @@ -1,3 +1,9 @@ +%% This is a CA transparency log. + +%% In order to find https_server and other required modules, a couple +%% of subdirectories need to be added to the Erlang path +%% (code:add_pathz/1). This can be done through an ~/.erlang file. + -module('catlfish'). -export([start/0]). |