about summary refs log tree commit diff stats
path: root/tour.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-27 10:10:31 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-27 10:10:31 -0800
commitef0b205c089532c8c493c84a24a801f1bd8b6bea (patch)
tree08f3dc61e2cb59f83c062750a356c2926939b3da /tour.md
parent58e3f287a04c37f330f10f3d040223693a4efd16 (diff)
downloadteliva-ef0b205c089532c8c493c84a24a801f1bd8b6bea.tar.gz
more friendly
Diffstat (limited to 'tour.md')
-rw-r--r--tour.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tour.md b/tour.md
index e40fc93..15ef02d 100644
--- a/tour.md
+++ b/tour.md
@@ -18,6 +18,13 @@ You will need the following to build Teliva:
 * Some fluency in typing commands at the terminal and interpreting their
   output.
 
+If you have trouble with any of this, [I'm always nearby and available to
+answer questions](http://akkartik.name/contact). The prerequisites are just
+things I haven't figured out how to explain yet. In particular, I want this
+page to be accessible to people who are in the process of learning
+programming, but I'm sure it isn't good enough yet for that. Ask me questions
+and help me improve it.
+
 ## Task 1: running a Teliva app
 
 Read the first question in [the Readme](https://github.com/akkartik/teliva/blob/main/README.md).