From 06aeec09e86be74a4dd42253c855c5bbe7cc49c2 Mon Sep 17 00:00:00 2001 From: Martin Kobetic Date: Thu, 4 Oct 2012 23:28:00 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f8aaa1..f726777 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a modified version of Travis Griggs' STIG utility for VisualWorks Smallt # Getting Started +(Note that this code requires VW 7.9 or later) + 1. Clone this repository into your image directory, you should get a STIG subdirectory there. 2. Load STIG/STIG.pcl parcel into your image, you should get a STIG bundle with three packages in it. These packages should already know that their "git source" (the Cypress style file structure) is in the STIG subdirectory thanks to their STIGRoot property. Consequently you should be able to start working with those immediately. 3. You should have a new STIG submenu on your Packages menu now, try to Diff the packages or the whole bundle, that should compare what you loaded from parcel with whatever is in the STIG/packages directory structure. If the parcel is up to date there should be no differences. If the parcel is behind some differences should show up and you may want to do a Read to update the code in the image (note that this may go wrong sometimes as you're basically performing an engine upgrade while driving, in these circumstances the parcel should be updated asap to avoid unnecessary frustration).