Removed stale link authored by Tyler Collins's avatar Tyler Collins
......@@ -22,16 +22,12 @@ Now clone the repository recursively in order to also get all required submodule
git clone --recursive https://git.sharcnet.ca/bucanl_pipelines/bids_lossless_eeg.git
```
Move (or rename) your directory to your desired project name
***Optional***
Move or rename your directory to your desired project name
```bash
mv bids_lossless_eeg my_project
```
Change directory to your project
```bash
cd my_project
```
# Install
The pipeline is designed to be used to defer computation to cluster of computers. We therefore need to have a copy of all files both locally and on the remote cluster.
......
......