From 70d36cfb8a867685a21c5a075b348b03d1624307 Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Wed, 9 Aug 2017 22:04:12 +0100 Subject: [PATCH] correct error in command change 'ln -s ln -s' (typo) to 'ln -s' --- docs/build-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-notes.md b/docs/build-notes.md index e3a9d84..4df5143 100644 --- a/docs/build-notes.md +++ b/docs/build-notes.md @@ -72,7 +72,7 @@ make Then, link the `dist` directory in a place where cockpit can find it, without installing to the system directory. Call the following script from the git checkout: ``` -ln -s ln -s ./dist subscription-manager +ln -s ./dist subscription-manager ``` Then use webpack to monitor the filesystem for changes, also from the git checkout: