Skip to content

Commit

Permalink
Installer is ready
Browse files Browse the repository at this point in the history
Write an install script suikan4github#10
suikan4github#10
  • Loading branch information
suikan4github committed Feb 18, 2019
1 parent 10a996c commit 745c64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

cp template/*.hpp ./Inc
cp template/*.cpp ./Src
cp template/*.hpp ../Inc
cp template/*.cpp ../Src

# Modify the Src/main.c like following
# 1. Insert include file.
Expand Down

0 comments on commit 745c64f

Please sign in to comment.