Skip to content

Commit de5d587

Browse files
stefanhgmalistairewj
authored andcommitted
Updated URLs and paths to work with mimic-code repo.
1 parent 62c6971 commit de5d587

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mimic-iv/buildmimic/postgres/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ If following the tutorials, be sure to download the scripts locally and the MIMI
1111

1212
First ensure that Postgres is running on your computer. For installation instructions, see: [http://www.postgresql.org/download/](http://www.postgresql.org/download/)
1313

14-
Once Postgres is installed, clone the [mimic-iv](https://github.com/MIT-LCP/mimic-iv) repository into a local directory. We only need the contents of this directory, but it's useful to have the repository locally. You can clone the repository using the following command:
14+
Once Postgres is installed, clone the [mimic-code](https://github.com/MIT-LCP/mimic-code) repository into a local directory. We only need the contents of this directory, but it's useful to have the repository locally. You can clone the repository using the following command:
1515

1616
``` bash
17-
git clone https://github.com/MIT-LCP/mimic-iv.git
17+
git clone https://github.com/MIT-LCP/mimic-code.git
1818
```
1919

20-
Change to the `buildmimic/postgres/` directory. Create the schemas and tables with the following psql command. **This will delete any data present in the schemas.**
20+
Change to the `mimic-iv/buildmimic/postgres/` directory. Create the schemas and tables with the following psql command. **This will delete any data present in the schemas.**
2121

2222
```sh
2323
psql -f create.sql

0 commit comments

Comments
 (0)