From b5705042f38ce32a35963ed7c3fd5cbc98ade0ed Mon Sep 17 00:00:00 2001 From: Jim-smith Date: Tue, 7 Nov 2023 15:54:47 +0000 Subject: [PATCH 1/4] Update README.md to use new nightly.link links --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5181051..3b7f593 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ zipfile with approved outputs for releasing. A Windows installer (MSI) is available. The download also includes sample data for testing. -1. Download the [latest installer build](https://opensafely.org/sacro/latest-windows-build). + +1. Download the [latest installer build](https://nightly.link/AI-SDC/SACRO-Viewer/workflows/main/main/SACRO-latest-windows-build.zip). 2. Unzip the downloaded zipfile. 3. Open the included `sacro 0.1.0.msi` file to install. @@ -27,23 +28,23 @@ When the installation completes, it will run the application. ### Linux A Linux installer (deb) is available. The download also includes sample data for testing. - -1. Download the [latest installer build](https://opensafely.org/sacro/latest-linux-build). + +1. Download the [latest installer build](https://nightly.link/AI-SDC/SACRO-Viewer/workflows/main/main/SACRO-latest-linux-build.zip). 2. Unzip the downloaded zipfile. 3. Install the included `sacro_0.1.0_amd64.deb` file. ## macOS An Apple Disk Image (dmg) file is available. The download also includes sample data for testing. - -1. Download the [latest installer build](https://opensafely.org/sacro/latest-macos-build) -1. Unzip the downloaded zipfile -1. Move the `Sacro.app` to you Applications folder -1. Right-mouse click on the Sacro app icon, and then click Open -1. macOS will warn you that it cannot open the app -1. Go to macOS Settings -> Security and find where it says + +1. Download the [latest installer build](https://nightly.link/AI-SDC/SACRO-Viewer/workflows/main/main/SACRO-latest-macos-build.zip) +2. Unzip the downloaded zipfile +3. Move the `Sacro.app` to you Applications folder +4. Right-mouse click on the Sacro app icon, and then click Open +5. macOS will warn you that it cannot open the app +6. Go to macOS Settings -> Security and find where it says > "sacro.app" was blocked from use because it is not from an identified developer. -1. Select "Open Anyway" +7. Select "Open Anyway" ## Usage From f25727e5a9a4db81c91908cf020fc554e2c359c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:55:19 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7f593..76b070c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ When the installation completes, it will run the application. A Linux installer (deb) is available. The download also includes sample data for testing. -1. Download the [latest installer build](https://nightly.link/AI-SDC/SACRO-Viewer/workflows/main/main/SACRO-latest-linux-build.zip). +1. Download the [latest installer build](https://nightly.link/AI-SDC/SACRO-Viewer/workflows/main/main/SACRO-latest-linux-build.zip). 2. Unzip the downloaded zipfile. 3. Install the included `sacro_0.1.0_amd64.deb` file. From c10238498af87d02baf5ffb1114095d1d94d40d2 Mon Sep 17 00:00:00 2001 From: Jim-smith Date: Tue, 7 Nov 2023 16:11:25 +0000 Subject: [PATCH 3/4] Update .pre-commit-config.yaml removed reference to just from line 9 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78c368e..f308a1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: hooks: - id: black name: black - entry: just black + entry: black language: system types: [python] require_serial: true From 57b6fe0b3c9a2b4044efe789a843bbcc713ad971 Mon Sep 17 00:00:00 2001 From: Jim-smith Date: Tue, 7 Nov 2023 17:26:39 +0000 Subject: [PATCH 4/4] Revert "Update .pre-commit-config.yaml" This reverts commit c10238498af87d02baf5ffb1114095d1d94d40d2. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f308a1d..78c368e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: hooks: - id: black name: black - entry: black + entry: just black language: system types: [python] require_serial: true