Create README.md

This commit is contained in:
optimize-fast
2019-08-17 18:54:01 +02:00
committed by GitHub
parent 47cc74e0d0
commit fb780c6482

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# IEEE754 Adder
School project: VHDL implementation of IEEE754 Adder
# Git help
Download new changes:
`git pull`
Commit and push local changes:
`git add .`
`git commit -m "COMMIT MESSAGE"`
`git push`