raspberry-jai

(★ 10)

A Jai hello world example for the Raspberry Pi.

File Explorer

  • .gitignore
  • first.jai
  • image_test.jpg
  • jai-module-hacks.patch
  • OpenSans-BoldItalic.ttf
  • README.md

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

git apply

View Details ▼

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