raspberry-jai
A Jai hello world example for the Raspberry Pi.
File Explorer
- main.jai
- .gitignore
- first.jai
- image_test.jpg
- jai-module-hacks.patch
- OpenSans-BoldItalic.ttf
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git apply
View Details ▼
git apply
Apply a patch to files and/or to the index without creating a commit.
See also: `git am`.
git apply {{[-v|--verbose]}} {{path/to/file}}
Print messages about the patched files:
git apply --index {{path/to/file}}
Apply and add the patched files to the index:
curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply
Apply a remote patch file:
// repository documentation
Was this content helpful?
(0 ratings)
