From a06cdf1982e66b90dfde8335971ba97c06780b3a Mon Sep 17 00:00:00 2001 From: Mike Ritter Date: Wed, 17 Jun 2009 17:25:54 -0700 Subject: [PATCH] Fix typo and update --- pdk/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdk/README b/pdk/README index 2bdba93f4..d9f899611 100644 --- a/pdk/README +++ b/pdk/README @@ -23,7 +23,7 @@ If that doesn't work, go through the instructions on then build everything: - time make -j4 pdk pdk_all dist DIST_DIR=dist 2>&1 | tee logs/`date +%y%m%d-%H%M%S` + time make -j8 pdk pdk_all dist DIST_DIR=dist 2>&1 | tee logs/`date +%y%m%d-%H%M%S` so you can have a record of the build commands in the logs directory. @@ -84,7 +84,7 @@ To add port forwarding 4. Pick an unused port on your laptop (8080, 8888, something like that) and put it in the "source port box" 5. In the destination box, put localhost:8888 (replace with the actual port number the service is running on) 6. Hit add. -7. Go back to "Session" and save your new settings so this configuration will happen everytime you login. +7. Go back to "Session" and save your new settings so this configuration will happen every time you login. --------------------------------------------------------------------------------