fix: how to get datasheets & ignore

This commit is contained in:
decentral1se 2023-05-05 17:41:30 +02:00
parent 37db136e45
commit 9eefc42d7b
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
go-sh-manymanuals
/datasheets/

View File

@ -17,7 +17,10 @@ manuals and datasheets for everything in [Varia](https://varia.zone).
## Hacking
`go run go-sh-manymanuals.go`
```
mkdir -p datasheets # fill with https://vvvvvvaria.org/~crunk/datasheets.zip
go run go-sh-manymanuals.go
```
## Road Map, Get it going, Change while we learn