From e7ca9a74ccab3729077aae836a175eb7af8450ad Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 12 Nov 2010 22:26:31 +0100 Subject: [PATCH] And update documentation, while at it! --- README.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 7d478398..00f9341f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -122,10 +122,12 @@ newer packages for this instance to consider installing. Now you want a synchronous install, right? -So, by default +(el-get)+ is asynchronous, but you can ask for it to be sync -this way: +So, by default +(el-get)+ is asynchronous, but you can ask for it to be +sync, or to still be asynchronous but to wait until it finished before to +give control back: (el-get 'sync) + (el-get 'wait) You even get a progress report!