Skip to content

Commit e31efd1

Browse files
committed
doc: update installation guide
1 parent 0be3022 commit e31efd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ This repository contains the practical work for the Programming Paradigms course
5656

5757
## Installation
5858

59-
1. Clone the repository to your device.
59+
1. Download the [latest release of the source code](https://github.com/hozlucas28/Java-Practical-Work-2025/releases) (`zip version`) to your device.
6060
2. Install [Java](https://www.java.com/en/download/) and [Prolog](https://www.swi-prolog.org/download/stable) (check `Add swipl to the system PATH` option during the installation).
6161
3. Install [Eclipse IDE for Java developers](https://www.eclipse.org/downloads/packages/).
62-
4. Open the cloned repository with Eclipse IDE.
62+
4. Open the downloaded source code with Eclipse IDE.
6363
5. Then, press right click on [Main.java](./src/Main.java) file and select `Run As` -> `Java Application`.
6464
6. That's all, enjoy the crafting system through the interaction with the console.
6565

docs/translations/es/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Este repositorio contiene el trabajo práctico para el curso de Paradigmas de Pr
5656

5757
## Instalación
5858

59-
1. Clona el repositorio en tu dispositivo.
59+
1. Descarga el [código fuente del último release](https://github.com/hozlucas28/Java-Practical-Work-2025/releases) (`zip version`) en tu dispositivo.
6060
2. Instala [Java](https://www.java.com/en/download/) y [Prolog](https://www.swi-prolog.org/download/stable) (marca la opción `Add swipl to the system PATH` durante la instalación).
6161
3. Instala [Eclipse IDE for Java developers](https://www.eclipse.org/downloads/packages/).
62-
4. Abre el repositorio clonado con Eclipse IDE.
62+
4. Abre el código fuente descargado con Eclipse IDE.
6363
5. Luego, haz clic derecho sobre el archivo [Main.java](../../../src/Main.java) y selecciona `Run As` -> `Java Application`.
6464
6. Eso es todo, disfruta del sistema de crafteo a través de la interacción con la consola.
6565

0 commit comments

Comments
 (0)