Skip to content

Commit 5841947

Browse files
committed
docs(02-lab): make commands more clear in 00
1 parent a296b13 commit 5841947

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# OOP-Lab
2+
23
[![Build Status](https://travis-ci.com/APICe-at-DISI/OOP-Lab.svg?token=gFNEyVkpY7xNqwmKzp7q&branch=master)](https://travis-ci.com/APICe-at-DISI/OOP-Lab)
34

45
Laboratory of Object Oriented Programming

workspace/lab02/00-codeorg/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
#### FASE 1 - Compilazione in percorsi arbitrari
55

66
1. Si osservi la struttura del progetto: la cartella `src` contiene il sorgente.
7-
2. Si crei una nuova cartella `bin` (usare il comando `mkdir` e non il file manager)
7+
2. Si crei una nuova cartella `bin`
8+
- In Unix: usare il comando `mkdir`
9+
- In Windows: usare il comando `md`
10+
- non usare il file manager!
811
3. Si esegua la compilazione dentro bin
912
- In Unix: `javac -d bin src/Calculator.java`
1013
- In Windows: `javac -d bin src\Calculator.java`

0 commit comments

Comments
 (0)