# Getting started with cloud-computing

A plain-language glossary of cloud computing, AI/ML, data, and infrastructure terms — 153 entries grouped by topic, each with a one-line explanation of what the term means and why it matters.

## Install

```bash
git clone https://github.com/nirholas/cloud-computing.git
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/cloud-computing.git
cd cloud-computing
```



## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/cloud-computing#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/cloud-computing/issues).
