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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,10 @@ The application converts images into ASCII art representations using Java.
30
30
- Select "File" > "Import" > "Existing Projects into Workspace".
31
31
- Choose the `Java-ASCII-Art` directory and click "Finish".
32
32
3. Build and run the project:
33
-
- Compile and run the `src/ascii_art/Shell.java` class with the path to your image to start the application.
33
+
- Compile and run the `src/ascii_art/Shell.java` class with the path to your image to start the application:
34
+
````bash
35
+
java -cp bin ascii_art.Shell <path_to_your_image>
36
+
````
34
37
35
38
### 📦 Using GitHub Codespaces or Dev Containers
36
39
This project supports [**GitHub Codespaces**](https://github.com/features/codespaces) and [**VS Code Dev Containers**](https://code.visualstudio.com/docs/devcontainers/containers).
0 commit comments