From c19a287fe267eb48a23c712398b8bb0cea682aa4 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 3 Feb 2025 22:18:56 +0100 Subject: [PATCH] readme changes --- .github/workflows/release.yaml | 2 +- README.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8fe48ab..c344ad8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,7 @@ on: push jobs: build: runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout uses: actions/checkout@v4 @@ -14,6 +15,5 @@ jobs: run: ./build.sh - name: Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: files: build/crafter-build \ No newline at end of file diff --git a/README.md b/README.md index ff31b5f..3964043 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,15 @@ This is a simple and easy to use C++ build system for Linux designed for use wit ## Prerequisites: ``` +lld clang 18> git ``` -## Clone and build: +## Download Release + +Please view the latest x86 version in the [releases](https://github.com/Catcrafts/Crafter.Build/releases) + +## Build from source ```bash git clone https://github.com/Catcrafts/Crafter.Build.git cd Crafter.Build