Skip to content

Commit 8e822c3

Browse files
author
okay
committed
[docs] update BUILDING with kobo info and mention TARGET
1 parent d54159b commit 8e822c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can compile an individual project by running `make <project>` or `make
55

66
You can change whether you are compiling for the remarkable or a PC by
77
adjusting the `TARGET` environment variable. See `src/actions.make` for the list
8-
of targets, which include (but is not limited to) `dev` and `arm`
8+
of targets, which include (but is not limited to) `dev`, `kobo` and `rm`
99

1010
## Compilation
1111

@@ -21,7 +21,7 @@ This is the easiest way to compile for the tablet if you have docker installed.
2121

2222
* install okp: `pip install okp`
2323
* install resim viewer: `pip install rmkit-sim`
24-
* compile with DEV mode: `ARCH=dev make harmony`
24+
* compile with DEV mode: `TARGET=dev make harmony`
2525
* run harmony with `resim ./src/build/harmony`
2626

2727
### Remarkable

0 commit comments

Comments
 (0)