correct error in command

change 'ln -s ln -s' (typo)
to 'ln -s'
This commit is contained in:
Paul Wright 2017-08-09 22:04:12 +01:00 committed by GitHub
parent 109bff79e5
commit 70d36cfb8a

View file

@ -72,7 +72,7 @@ make
Then, link the `dist` directory in a place where cockpit can find it, without installing to the system directory. 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: 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: Then use webpack to monitor the filesystem for changes, also from the git checkout: