diff --git a/README.md b/README.md index 698768b..8f66711 100644 --- a/README.md +++ b/README.md @@ -77,15 +77,13 @@ In order to install the newest version of PhotoGIMP on your macOS: 1. Make sure you already have [GIMP installed from official website](https://www.gimp.org/downloads/); 2. **Start and quit GIMP after you installed before you continue!** -3. Download the files from this repository or [just click here](https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip); -4. Extract the content from `PhotoGIMP.zip` to a folder of your preference; -5. Copy the `3.0` folder; -6. Open Finder, press Cmd + Shift + G to open "Go to Folder"; -7. Type `~/Library/Application Support/GIMP` and press Enter; -8. If you have a `2.10` folder from a previous installation, delete it to avoid conflicts; -9. Paste the `3.0` folder inside the GIMP folder; -10. When prompted about existing files, select "Replace" or "Merge"; -11. You're done, enjoy it! :smile: +3. Run the command in terminal: + +```bash +curl -L https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip -o PhotoGIMP.zip && unzip -o PhotoGIMP.zip && rm -rf ~/Library/Application\ Support/GIMP/2.10 ~/Library/Application\ Support/GIMP/3.0 && cp -R ./3.0 ~/Library/Application\ Support/GIMP/3.0 && rm -rf ./3.0 ./PhotoGIMP.zip +``` + +4. You're done, enjoy it! :smile: :bulb: Tips: - If you want to backup your current GIMP settings before installing PhotoGIMP, copy the entire GIMP folder from `~/Library/Application Support/GIMP` to a safe location before proceeding with the installation. diff --git a/docs/README_pl.md b/docs/README_pl.md index f64bcfe..27bbd05 100644 --- a/docs/README_pl.md +++ b/docs/README_pl.md @@ -69,15 +69,13 @@ Aby zainstalować najnowszą wersję PhotoGIMP na macOS: 1. Upewnij się, że masz już zainstalowany [GIMP ze strony oficjalnej](https://www.gimp.org/downloads/); 2. **Uruchom i zamknij GIMP-a po instalacji przed kontynuowaniem!** -3. Pobierz pliki z tego repozytorium lub [kliknij tutaj](https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip); -4. Rozpakuj zawartość pliku `PhotoGIMP.zip` do folderu według własnego wyboru; -5. Skopiuj folder `3.0`; -6. Otwórz Finder, naciśnij Cmd + Shift + G, aby otworzyć "Idź do folderu"; -7. Wpisz `~/Library/Application Support/GIMP` i naciśnij Enter; -8. Jeśli masz folder `2.10` z poprzedniej instalacji, usuń go, aby uniknąć konfliktów; -9. Wklej folder `3.0` do folderu GIMP; -10. Gdy pojawi się pytanie o istniejące pliki, wybierz "Zastąp" lub "Scal"; -11. Gotowe, ciesz się! :smile: +3. Uruchom polecenie w terminalu: + +```bash +curl -L https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip -o PhotoGIMP.zip && unzip -o PhotoGIMP.zip && rm -rf ~/Library/Application\ Support/GIMP/2.10 ~/Library/Application\ Support/GIMP/3.0 && cp -R ./3.0 ~/Library/Application\ Support/GIMP/3.0 && rm -rf ./3.0 ./PhotoGIMP.zip +``` + +4. Gotowe, ciesz się! :smile: :bulb: Wskazówki: - Jeśli chcesz wykonać kopię zapasową swoich obecnych ustawień GIMP-a przed instalacją PhotoGIMP, skopiuj cały folder GIMP z `~/Library/Application Support/GIMP` w bezpieczne miejsce przed kontynuowaniem instalacji. diff --git a/docs/README_pt.md b/docs/README_pt.md index ce611f8..b17c759 100644 --- a/docs/README_pt.md +++ b/docs/README_pt.md @@ -69,15 +69,13 @@ Para instalar a versão mais recente do PhotoGIMP no seu macOS: 1. Certifique-se de que você já tem o [GIMP instalado pelo site oficial](https://www.gimp.org/downloads/); 2. **Inicie e saia do GIMP após a instalação antes de continuar!** -3. Baixe os arquivos deste repositório ou [clique aqui](https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip); -4. Extraia o conteúdo de `PhotoGIMP.zip` para uma pasta de sua preferência; -5. Copie a pasta `3.0`; -6. Abra o Finder, pressione Cmd + Shift + G para abrir "Ir para a pasta"; -7. Digite `~/Library/Application Support/GIMP` e pressione Enter; -8. Se você tiver uma pasta `2.10` de uma instalação anterior, exclua-a para evitar conflitos; -9. Cole a pasta `3.0` dentro da pasta do GIMP; -10. Quando perguntado sobre arquivos existentes, selecione "Substituir" ou "Mesclar"; -11. Pronto, aproveite! :smile: +3. Execute o comando no terminal: + +```bash +curl -L https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip -o PhotoGIMP.zip && unzip -o PhotoGIMP.zip && rm -rf ~/Library/Application\ Support/GIMP/2.10 ~/Library/Application\ Support/GIMP/3.0 && cp -R ./3.0 ~/Library/Application\ Support/GIMP/3.0 && rm -rf ./3.0 ./PhotoGIMP.zip +``` + +4. Pronto, aproveite! :smile: :bulb: Dicas: - Se você quiser fazer backup das suas configurações atuais do GIMP antes de instalar o PhotoGIMP, copie toda a pasta GIMP de `~/Library/Application Support/GIMP` para um local seguro antes de prosseguir com a instalação.