Skip to content

* add usage to README.md (and improve some text at the same time) #46

* add usage to README.md (and improve some text at the same time)

* add usage to README.md (and improve some text at the same time) #46

Workflow file for this run

name: CI
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
- name: Test
run: |
PATH="${PATH}:${PWD}"
echo "$PATH" >&2
( cd test && ./run-test )
- name: Test Installer
run: |
mkdir /tmp/xxx
./bin/installer /tmp/xxx
PATH=/tmp/xxx/bin:$PATH
echo "$PATH" >&2
mulle-bashfunctions env