aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-02-24 20:29:13 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-02-24 20:29:13 +0100
commita4c300e687600ae9c9559175362c7de6956a23e6 (patch)
tree7c1ec779cf4f8a183690ceecbd792e43edb35a26 /README.md
parent83ba678d77dfb96a75f2cf069ce8bd3b47e44620 (diff)
downloaderlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.tar.gz
erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.tar.bz2
erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.tar.xz
erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.zip
wip
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 15c5ae2..8f58dd8 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,12 @@ apt install rebar3 # depends on erlang
* https://www.erlang.org/downloads#prebuilt
+# Tips
+
+```
+export ERL_AFLAGS="-kernel shell_history enabled"
+```
+
# Resources
* https://www.erlang.org/doc/
@@ -21,7 +27,7 @@ apt install rebar3 # depends on erlang
# Notes
* All nodes in system: `net_adm:names()`.
+* All nodes in system: `net_kernel:nodes_info()`.
* Show all processes and registered names: `i()`.
* ... on all nodes `ni()`.
* Show all registered processes: `regs()`.
-* \ No newline at end of file