formatting

This commit is contained in:
Malin Freeborn 2025-04-01 15:06:21 +02:00
parent ffa4dbc51a
commit 7292e0625e
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -26,15 +26,10 @@ mkdir $DIR && cd $DIR
git init
```
Make a file explaining what the project does:
```bash
vim README.md
```
Add this to the git:
Make a file explaining what the project does, and tell `git` to track it:
```bash
echo "I hereby solemnly swear never to commit a binary." > README.md
git add README.md
```