Skip to content

Commit

Permalink
Merge pull request #19 from sethgoldin/1.2
Browse files Browse the repository at this point in the history
1.2
  • Loading branch information
sethgoldin authored Aug 8, 2019
2 parents c733247 + a7338c9 commit a879e8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ This repository includes:
1. Download the repository `davinci-resolve-postgresql-workflow-tools-master` to your `~/Downloads` folder.
2. In Terminal, execute the following command to run the script:
```
~/Downloads/davinci-resolve-postgresql-workflow-tools-master/macos-automate-workflow.sh
~/Downloads/davinci-resolve-postgresql-workflow-tools-master/macos-install.sh
```
If you run into a permissions error, change the permissions on the file by running the following command first:
```
chmod 755 ~/Downloads/davinci-resolve-postgresql-workflow-tools-master/macos-automate-workflow.sh
chmod 755 ~/Downloads/davinci-resolve-postgresql-workflow-tools-master/macos-install.sh
```

The script will then:
Expand All @@ -38,11 +38,11 @@ To verify that everything is in working order, you can periodically check the lo
1. From an admin user account [neither `root` nor `postgres`], download the repository `davinci-resolve-postgresql-workflow-tools-master` to your `~/Downloads` folder.
2. In Terminal, from within your `~/Downloads/davinci-resolve-postgresql-workflow-tools-master` folder, make the script executable:
```
chmod 755 centos-automate-workflow.sh
chmod 755 centos-install.sh
```
3. Then, execute the script:
```
sudo ./centos-automate-workflow.sh
sudo ./centos-install.sh
```

The script will then:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a879e8f

Please sign in to comment.