Removed stale link authored by Tyler Collins's avatar Tyler Collins
# 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.
***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.
......@@ -23,6 +23,7 @@ git clone --recursive https://git.sharcnet.ca/bucanl_pipelines/bids_lossless_eeg
```
***Optional***
Move or rename your directory to your desired project name
```bash
mv bids_lossless_eeg my_project
......
......