readme changes

This commit is contained in:
Jorijn van der Graaf 2025-02-03 22:18:56 +01:00
commit c19a287fe2
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@ on: push
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -14,6 +15,5 @@ jobs:
run: ./build.sh run: ./build.sh
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with: with:
files: build/crafter-build files: build/crafter-build

View file

@ -6,10 +6,15 @@ This is a simple and easy to use C++ build system for Linux designed for use wit
## Prerequisites: ## Prerequisites:
``` ```
lld
clang 18> clang 18>
git 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 ```bash
git clone https://github.com/Catcrafts/Crafter.Build.git git clone https://github.com/Catcrafts/Crafter.Build.git
cd Crafter.Build cd Crafter.Build