From 1aec395ec6a5cbdbaec7668dd32075def31d65e6 Mon Sep 17 00:00:00 2001 From: George Lester Date: Thu, 23 Jul 2015 23:08:20 -0700 Subject: [PATCH] Removed archive bit from readme - it's not ready yet. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d464d7f..1f25f0a 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,7 @@ If a skeleton contains a parameter that is not specified, a warning is printed i ###How do I make skeletons? -`wisk` accepts any path as a possible skeleton, just make a folder anywhere and `wisk` will use it. However, this makes it a little hard to share skeletons. So `wisk` also accepts a \*.tar.gz archive. Like so; - - wisk ./skeleton.tar.gz ./cool_project +`wisk` accepts any path as a possible skeleton, just make a folder anywhere and `wisk` will use it. ###How do I know what parameters a skeleton accepts?