Skip to content

Commit d2e567f

Browse files
authored
Merge pull request #19 from OrF8/OrF8-patch-1
Update README.md
2 parents a95be03 + 4081505 commit d2e567f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ The application converts images into ASCII art representations using Java.
3030
- Select "File" > "Import" > "Existing Projects into Workspace".
3131
- Choose the `Java-ASCII-Art` directory and click "Finish".
3232
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+
````
3437

3538
### 📦 Using GitHub Codespaces or Dev Containers
3639
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

Comments
 (0)