From 79c1dc80da58caf6b6176218f9b32dd78d52b2d8 Mon Sep 17 00:00:00 2001 From: Kenneth R Hancock <krhancoc@uwaterloo.ca> Date: Sat, 15 Jan 2022 11:17:59 -0700 Subject: [PATCH] README Update --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index fde0341..6ac8b23 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,6 @@ If you would like to run the kernel normally (no scripts), once built, you can r # sys161 kernel ``` -You can evaluate your assignment based on public test cases. There will be hidden test cases that are not avaiable in this repository. -``` -# /evalaute /logs/test_public.log /assignments/ASST0 -``` - There also exists a `clean_kernel ASST#` command which will try and clean up old builds, this may be necessary if running into issues. If this fails that is okay (means there was no build to begin with), just run `build_kernel ASST#` as normal. -- GitLab