Skip to content

Commit

Permalink
More readable update and install page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nourepide committed Nov 29, 2023
1 parent 9b49bb8 commit 423e9bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
12 changes: 10 additions & 2 deletions Writerside/topics/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ If you have [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager) insta
<procedure>

1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes` directory.

You can do this by opening the Terminal and using the `cd` command.

2. **Clone the Repository**: Clone the repository by entering the following command:
Expand Down Expand Up @@ -101,8 +102,15 @@ If you have [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager) insta

<procedure>

1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes` folder. You can do this by pressing <shortcut>
Win+R</shortcut>, typing `cmd`, and pressing <shortcut>Enter</shortcut>.
1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes` folder.

You can do this by pressing <shortcut>Win+R</shortcut> and typing `cmd`.

To change the drive, type the letter of the desired drive followed by a colon.
For example, `D:` will switch you to the D drive.

To move to another folder, use the cd command followed by the folder path.
For example, `cd ComfyUI` will take you to the ComfyUI folder.

2. **Clone the Repository**: Clone the repository by entering the following command:

Expand Down
16 changes: 12 additions & 4 deletions Writerside/topics/Updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ This **does NOT** affect ComfyUI, other plugins, last update timestamp and the A

<procedure>

1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes/ComfyUI-Allor` directory. You can do this by opening
the Terminal and using the `cd` command.
1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes/ComfyUI-Allor` directory.

You can do this by opening the Terminal and using the `cd` command.

2. **Update the Repository**: Update the repository by entering the following command:

Expand All @@ -46,8 +47,15 @@ This **does NOT** affect ComfyUI, other plugins, last update timestamp and the A

<procedure>

1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes\ComfyUI-Allor` folder. You can do this by
pressing <shortcut>Win+R</shortcut>, typing `cmd`, and pressing <shortcut>Enter</shortcut>.
1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes\ComfyUI-Allor` folder.

You can do this by pressing <shortcut>Win+R</shortcut> and typing `cmd`.

To change the drive, type the letter of the desired drive followed by a colon.
For example, `D:` will switch you to the D drive.

To move to another folder, use the cd command followed by the folder path.
For example, `cd ComfyUI` will take you to the ComfyUI folder.

2. **Update the Repository**: Update the repository by entering the following command:

Expand Down

0 comments on commit 423e9bf

Please sign in to comment.