Use make targets exclusively in Getting Started
All checks were successful
check / check (push) Successful in 11s

Add make install target wrapping yarn install. The Makefile is the
authoritative interface for all repo operations.
This commit is contained in:
2026-02-24 10:15:01 +07:00
parent d9eda1d503
commit e41efc969d
2 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ connection and authentication via the EIP-1193 provider API.
```bash
git clone https://git.eeqj.de/sneak/autistmask.git
cd autistmask
yarn install
make install
make build
```