Update README.md

This commit is contained in:
Mikael Nordin 2020-04-18 16:55:33 +02:00 committed by GitHub
parent d534e766a3
commit b6c090f411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
```bash
git clone https://github.com/mickenordin/fractions.git
cd fractions
g++ -o fractions fractions.cpp
./fractions
```