summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-11-12 15:15:46 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-11-12 15:15:46 +0000
commit89836cca5cfbfab978f5ac933b650ec69d687c4f (patch)
tree2a49deaa0f47b77ad6342ab9ceb0daf2aaf71d4b /devel
parentUpdate to 0.99.20 (diff)
Add quick setup information.
Notes
Notes: svn path=/head/; revision=69954
Diffstat (limited to 'devel')
-rw-r--r--devel/distel/pkg-message9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/distel/pkg-message b/devel/distel/pkg-message
new file mode 100644
index 000000000000..7ee42b464e48
--- /dev/null
+++ b/devel/distel/pkg-message
@@ -0,0 +1,9 @@
+======================================================================
+
+Quick start instructions: add the following code to your $HOME/.erlang
+file to enable distel in your default OTP environment.
+
+ code:add_path ("/usr/local/share/distel/ebin").
+ c:l (distel).
+
+======================================================================