update gitignore and readme

This commit is contained in:
2025-11-25 19:08:40 +01:00
parent 9bbe413d9d
commit 5713c36be8
3 changed files with 10 additions and 3 deletions

View File

@@ -15,6 +15,11 @@ uv run marimo edit
```
3. Save + Commit changes:
3. Git Commit changes:
Clos
In your git manager or terminal, stage and commit your changes. No need to close Marimo or do anything special.
```bash
git add .
git commit -m "Your commit message"
```