diff src/learn.html.luan @ 49:3057adc065f3

finish learn_bash
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Jan 2024 20:11:00 -0700
parents 14518d772090
children 8e5ad4f564f5
line wrap: on
line diff
--- a/src/learn.html.luan	Sun Jan 07 02:34:44 2024 -0700
+++ b/src/learn.html.luan	Sun Jan 07 20:11:00 2024 -0700
@@ -47,9 +47,7 @@
 		title = "Bash - Command Line Shell"
 		content = function()
 %>
-<p><a href="bash.html">Bash</a> is the other basic tool for reactionary programmers.  Learning Bash requires both reading, to understand the concepts, and practice.  Try to use Bash as much as possible instead of using the GUI so that you get practice using it.</p>
-
-<p>I was hoping to just reference existing Bash tutorials in this lesson, but they are all horrible, so I am writing my own.  So for this lesson, read <a href="learn_bash.html">my tutorial</a> which is currently a work in progress.</p>
+<p><a href="bash.html">Bash</a> is the other basic tool for reactionary programmers.  I was hoping to just reference existing Bash tutorials in this lesson, but they are all horrible, so I am writing my own.  So for this lesson, please read <a href="learn_bash.html">my tutorial</a>.</p>
 <%
 		end
 	}