Skip to content

Commit b7f41cd

Browse files
committed
chore: clean up
1 parent 33a200f commit b7f41cd

File tree

2 files changed

+4
-52
lines changed

2 files changed

+4
-52
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
out
2-
build
1+
/out/*

README.md

Lines changed: 3 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Heaps Android
2-
Forked from https://github.com/HeapsIO/heaps-android/
32

4-
![android](https://github.com/qkdreyer/heaps-android/workflows/android/badge.svg?branch=master)
5-
<!---
6-
TODO add asciinema
7-
-->
3+
![android](https://github.com/HeapsIO/heaps-android/workflows/android/badge.svg?branch=master)
84

95
## Setup
106

117
```sh
12-
git clone https://github.com/qkdreyer/heaps-android
8+
git clone https://github.com/HeapsIO/heaps-android
139
cd heaps-android
1410
make init
1511
```
@@ -18,48 +14,5 @@ make init
1814

1915
```sh
2016
make heaps-world
21-
make build
22-
make install
23-
```
24-
25-
# Extra
26-
27-
## Visual Studio Code
28-
29-
`.vscode/tasks.json`
30-
```
31-
{
32-
// See https://go.microsoft.com/fwlink/?LinkId=733558
33-
// for the documentation about the tasks.json format
34-
"version": "2.0.0",
35-
"tasks": [
36-
{
37-
"label": "Build & Run (Android)",
38-
"dependsOn": [
39-
"Build (Android)",
40-
"Run (Android)"
41-
],
42-
"dependsOrder": "sequence",
43-
"group": {
44-
"kind": "build",
45-
"isDefault": true
46-
},
47-
"problemMatcher": []
48-
},
49-
{
50-
"label": "Build (Android)",
51-
"type": "shell",
52-
"command": "make build",
53-
"group": "build",
54-
"problemMatcher": []
55-
},
56-
{
57-
"label": "Run (Android)",
58-
"type": "shell",
59-
"command": "make install",
60-
"group": "build",
61-
"problemMatcher": []
62-
},
63-
]
64-
}
17+
make # (make build && make install)
6518
```

0 commit comments

Comments
 (0)