1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 11:52:39 +00:00

Add emojis

This commit is contained in:
Mo 2023-08-16 23:44:31 +02:00
parent f53c58b012
commit 7848f7da38

View file

@ -31,7 +31,7 @@ Create an issue on [the repository of the course](https://codeberg.org/mo8it/dev
Read some of the issues created by others and add some emoji reactions and maybe a reply to them.
## Task: SSH key pair
## Task: SSH key pair 🔑
Create an SSH key pair _without a passphrase_ and add its public part to your Codeberg account following the beginning of [this guide](https://docs.codeberg.org/security/ssh-key/).
@ -72,7 +72,7 @@ $ git commit -m "MEANINGFUL MESSAGE"
Verify that the README file was rendered as expected.
If not, fix the Markdown issues, commit and push the changes again.
## Task: License
## Task: License 📄
Add the [AGPLv3 license](https://choosealicense.com/licenses/agpl-3.0/) as a file `LICENSE.txt` to your demo repository.
Commit and push the file!
@ -84,7 +84,7 @@ But it is important to add a license to your projects!
AGPLv3 is the one that I normally use and recommend for free open source software.
You can read about it and compare it to others using [choosealicense.com](https://choosealicense.com) for example.
## Task: Write the script for me
## Task: Write the script for me 😜
Fork [the repository of the course](https://codeberg.org/mo8it/dev-tools) and clone your fork into your machine.