diff --git a/src/pages/add-dock.tsx b/src/pages/add-dock.tsx index b0ae512..fbf95a7 100644 --- a/src/pages/add-dock.tsx +++ b/src/pages/add-dock.tsx @@ -62,9 +62,21 @@ const AddDock = () => { To add your own dock, run the following command in your{" "} terminal:

- - npx dockhunt - +
+ + npx dockhunt + + +

The command will:

  1. Find the apps in your dock
  2. @@ -95,7 +107,7 @@ const AddDock = () => {

    Dockhunt will only use the apps that are pinned to your dock. Apps can - be pinned by right-clicking and selecting Options > Keep in Dock. + be pinned by right-clicking and selecting Options > Keep in Dock. Apps that are not pinned will be ignored.

    { ); }; -export default AddDock; +export default AddDock; \ No newline at end of file