Removed stale link authored by Tyler Collins's avatar Tyler Collins
# Downloading # Downloading
***Unix/Linux/MacOS*** **Unix/Linux/MacOS**
Git is usually available on Unix/Linux/MacOS by default, if you do not have git please consult your operating system documentation for assistance. Git is usually available on Unix/Linux/MacOS by default, if you do not have git please consult your operating system documentation for assistance.
***Windows*** **Windows**
If you are using Windows you may use [Git for Windows](https://git-for-windows.github.io/). You may also use a Linux/Unix/Posix compatibility layer such as Windows Subsystem for Linux (WSL). Or you may also use `git` as a part of Cygwin. If you are using Windows you may use [Git for Windows](https://git-for-windows.github.io/). You may also use a Linux/Unix/Posix compatibility layer such as Windows Subsystem for Linux (WSL). Or you may also use `git` as a part of Cygwin.
...@@ -23,6 +23,7 @@ git clone --recursive https://git.sharcnet.ca/bucanl_pipelines/bids_lossless_eeg ...@@ -23,6 +23,7 @@ git clone --recursive https://git.sharcnet.ca/bucanl_pipelines/bids_lossless_eeg
``` ```
***Optional*** ***Optional***
Move or rename your directory to your desired project name Move or rename your directory to your desired project name
```bash ```bash
mv bids_lossless_eeg my_project mv bids_lossless_eeg my_project
... ...
......