added gcloud intro

- Created a new script `instalL_asciinema.sh` to automate the installation of asciinema.
- The script detects the operating system and architecture to download the appropriate binary.
- Supports Linux (both musl and GNU) and macOS (Darwin).
- Sets executable permissions for the downloaded binary and verifies the installation by displaying the version.
This commit is contained in:
jon brookes 2025-10-16 10:05:51 +01:00
parent f3d077e3c4
commit 09f36dff16
26 changed files with 493 additions and 33 deletions

View file

@ -2,9 +2,9 @@
level: 2
---
# Configuration
# `infctl`
Configuration is based on a simple list of JSON objects.
Keep it simple, list of JSON objects.
````md magic-move {lines: true}