From 83cd0ffd526c6505734f648ed096ba32d8b0bffd Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 20 Sep 2024 14:49:20 +0200 Subject: [PATCH 1/2] docs: more details on snap install in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8879525d0..3a035e241 100644 --- a/README.md +++ b/README.md @@ -181,9 +181,11 @@ Some useful commands for updating or removing AlgoKit in the future. 2. Install using snap ```shell - snap install algokit --classic + sudo snap install algokit --classic ``` + > For detailed guidelines per each supported linux distro, refer to [Snap Store](https://snapcraft.io/algokit). + 3. [Verify installation](#verify-installation) ### Maintenance From 4bc4d45c71226eb68126e3b1d3760f164bcb6915 Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Fri, 20 Sep 2024 14:57:03 +0200 Subject: [PATCH 2/2] chore: ignore rules on pr ci trigger --- .github/workflows/pr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 43391b3f5..5be8dec68 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -2,6 +2,9 @@ name: Codebase validation on: pull_request: + paths-ignore: + - "README.md" + schedule: - cron: "0 8 * * 1" # Each monday 8 AM UTC