From 69fa9b13f806a9cadc99a782b16fb843a3babad5 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Fri, 22 Feb 2019 04:31:57 -0600 Subject: [PATCH] add link to lab tutorial --- initial-reverse/README.md | 2 +- initial-utilities/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/initial-reverse/README.md b/initial-reverse/README.md index a17ef10..70376fe 100644 --- a/initial-reverse/README.md +++ b/initial-reverse/README.md @@ -1,7 +1,7 @@ # Introduction -**Before beginning:** Read this [lab tutorial](lab-tutorial.pdf); +**Before beginning:** Read this [lab tutorial](http://pages.cs.wisc.edu/~remzi/OSTEP/lab-tutorial.pdf); it has some useful tips for programming in the C environment. This project is a simple warm-up to get you used to how this whole diff --git a/initial-utilities/README.md b/initial-utilities/README.md index 571f847..48704ff 100644 --- a/initial-utilities/README.md +++ b/initial-utilities/README.md @@ -1,6 +1,9 @@ # Unix Utilities +**Before beginning:** Read this [lab tutorial](http://pages.cs.wisc.edu/~remzi/OSTEP/lab-tutorial.pdf); +it has some useful tips for programming in the C environment. + In this project, you'll build a few different UNIX utilities, simple versions of commonly used commands like **cat**, **ls**, etc. We'll call each of them a slightly different name to avoid confusion; for example, instead of **cat**,