From b3b39de763c384e14ff8af15d07246bfa1fa1cff Mon Sep 17 00:00:00 2001 From: Chiel Date: Tue, 11 Dec 2012 18:34:49 +0100 Subject: [PATCH] Update README.markdown --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4d1df6e..517178e 100644 --- a/README.markdown +++ b/README.markdown @@ -14,7 +14,9 @@ Bundle "Chiel92/vim-autoformat" How to use ---------- First you have to install an external program that can format code of the programming language you are using. -It suffices to make the formatprogram either globally available or to put it in the `formatters/` folder. +It suffices to make the formatprogram either globally available +(which is the case if you installed it via your package manager) +or to put it in the `formatters/` folder. Sometimes alternative installation methods are supported. When you have installed the formatters you need, you can format the buffer with the command `:Autoformat`.