more typos

This commit is contained in:
2025-02-05 09:35:21 +01:00
parent a88ea26a3e
commit 82c2520c98
3 changed files with 17 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# ImageMagick
## What is ImageMagick and why use it?
ImageMagick is a tool to resize, convert or compress images. You can do all sorts of things with it. But right now we will be using it to compress images. So other people don't have to download hunderds of megabytes when cloning your project or viewing your website. Using this is also way faster than opening photoshop for every image you make.
ImageMagick is a tool to resize, convert or compress images. You can do all sorts of things with it. But right now we will be using it to compress images. So other people don't have to download hundreds of megabytes when cloning your project or viewing your website. Using this is also way faster than opening photoshop for every image you make.
## How do I install it?
ImageMagick can be installed on arch based systems using:

View File

@@ -7,7 +7,7 @@ To be able to push and pull from the git server you need to give your public key
```bash
ssh-keygen
```
After you run this command it will prompt you for a passphrase and a location to store it you can leave these blank and press enter on them. It will automaticly store them in `<user>/.ssh`.
After you run this command it will prompt you for a passphrase and a location to store it you can leave these blank and press enter on them. It will automatically store them in `<user>/.ssh`.
## Reading the ssh keys