Skip to content

Commit fd85798

Browse files
Update INSTALLATION.md
1 parent 5758221 commit fd85798

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

INSTALLATION.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Windows users will likely need to first [install the Windows Subsystem for Linux
1717

1818
On Windows, Docker is distributed as "Docker Desktop", an application which manages Docker on your system.
1919

20-
### Docker-based Installation
21-
2220
#### Getting started
2321

2422
First, open Docker Desktop. You can do this from the start/search menu or by clicking the Desktop shortcut if you selected that during installation.
@@ -35,11 +33,16 @@ First, identify a path you want to use. In this demo we'll use "C:/Users/NiChart
3533

3634
Write down your path (for example, copy & paste it into Notepad).
3735

38-
#### Running the installer
36+
#### Download the installer
37+
Make sure you are connected to the internet in order to download the application.
38+
39+
Go to https://github.com/CBICA/NiChart_Project/blob/main/installers/install_nichart_docker_windows.ps1 and download the file (Doable with either the three dots icon on the top-right -> Download, or the separate Download button a litte below that.
3940

40-
Make sure you are connected to the internet in order to download the application. Then, open a terminal.
41+
Open up the file explorer to find where you downloaded this file. Hold Shift and right click in that folder. You should see "Open PowerShell window here". Click that option.
42+
43+
#### Running the installer
4144

42-
(On Windows, search "terminal", open the application that looks like a black box with a white ">_" in it. At the top of the window that appears will be a tab indicating Windows Powershell. Stay on this tab for the rest of the instructions.)
45+
Make sure the PowerShell terminal from the last step is open.
4346

4447
Then run this command, **making sure to replace** DATA_DIR with the data path you chose earlier:
4548
```

0 commit comments

Comments
 (0)