Skip to content

Commit 5ada4ae

Browse files
briangowalistairewj
authored andcommitted
Update buildmimic/postgres README to reflect the updated directory
1 parent a12fa29 commit 5ada4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mimic-iv-ed/buildmimic/postgres/README.md

Lines changed: 2 additions & 2 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-code](https://github.com/MIT-LCP/mimic-code) repository into a local directory. We only need the contents of the `mimic-ed/buildmimic/postgres/` 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 the `mimic-iv-ed/buildmimic/postgres/` directory, but it's useful to have the repository locally. You can clone the repository using the following command:
1515

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

20-
Change to the `mimic-ed/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-ed/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)