Skip to content

Update README.md

Update README.md #52

Workflow file for this run

name: Makefile CI (Test customfetch)
on:
push:
branches: [ "main", "test" ]
pull_request:
branches: [ "main", "test" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Packages
run: sudo apt-get update && sudo apt-get install build-essential cmake neofetch tree libgtk-3-dev pkg-config libpci-dev libgtkmm-3.0-dev -y
- name: Clean
run: make clean
- name: Compile
run: make DEBUG=0 VENDOR_TEST=1 GUI_SUPPORT=1
- name: Test customfetch
run: |
tree /sys/devices/system/cpu/cpu0/
cat /proc/cpuinfo
./build/release/cufetch
neofetch