You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ This repository contains the practical work for the Programming Paradigms course
56
56
57
57
## Installation
58
58
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.
60
60
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).
61
61
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.
63
63
5. Then, press right click on [Main.java](./src/Main.java) file and select `Run As` -> `Java Application`.
64
64
6. That's all, enjoy the crafting system through the interaction with the console.
Copy file name to clipboardExpand all lines: docs/translations/es/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ Este repositorio contiene el trabajo práctico para el curso de Paradigmas de Pr
56
56
57
57
## Instalación
58
58
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.
60
60
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).
61
61
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.
63
63
5. Luego, haz clic derecho sobre el archivo [Main.java](../../../src/Main.java) y selecciona `Run As` -> `Java Application`.
64
64
6. Eso es todo, disfruta del sistema de crafteo a través de la interacción con la consola.
0 commit comments