Updated README.md
This commit is contained in:
11
README.md
11
README.md
@@ -1,2 +1,13 @@
|
||||
# oscilloscope
|
||||
A digital oscilloscope
|
||||
|
||||

|
||||
|
||||
## Compiling
|
||||
|
||||
git clone https://github.com/0xFEEDC0DE64/oscilloscope.git
|
||||
mkdir build_oscilloscope
|
||||
cd build_oscilloscope
|
||||
qmake ../oscilloscope
|
||||
make
|
||||
./oscilloscope
|
||||
|
@@ -18,7 +18,8 @@ HEADERS += \
|
||||
mainwindow.h \
|
||||
osciwidget.h
|
||||
|
||||
STATECHARTS +=
|
||||
OTHER_FILES += \
|
||||
README.md
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui
|
||||
|
Reference in New Issue
Block a user