correct error in command
change 'ln -s ln -s' (typo) to 'ln -s'
This commit is contained in:
parent
109bff79e5
commit
70d36cfb8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue