Skip to content

Commit ffab321

Browse files
committed
Reorganize repository to allow installation via clone
1 parent 4dc07e5 commit ffab321

25 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ language: generic
22
sudo: false
33

44
before_deploy:
5-
- cd macchina
6-
- mv sam/* .
7-
- rmdir sam
8-
- cd ..
5+
- mv sam macchina
96
- FILENAME=macchina-sam-$TRAVIS_TAG.tar.gz
107
- tar -cvzf $FILENAME macchina/
118
- SHA256_HASH=`sha256sum $FILENAME | sed 's/\s.*//'`

ACKNOWLEDGMENTS.md

Whitespace-only changes.

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Development: Testing your changes
22

3-
### Local install (simpler)
3+
### Local install (recommended)
44

55
- Close Arduino IDE.
6-
- Copy your **macchina** folder from this repository into your Arduino directory.
6+
- Copy create a **macchina** folder in the **hardware** sub-directory of your Arduino directory then copy the contests of this repository.
77
- This can be either your _sketchbook_ directory (usually <Documents>/Arduino), or the directory of the Arduino application itself, the choice is up to you.
8+
- **Tip:** You can clone this repository directly to the destination to avoid copying back and forth:
9+
```bash
10+
cd $ARDUINO/hardware # Substitute your actual location for $ARDUINO
11+
git clone https://github.com/macchina/Macchina_Arduino_Boards.git macchina
12+
```
813
- Launch Arduino IDE and you should find the **Macchina M2** board file installed.
914

1015
### Board Manager Install
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)