Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 19, 2024
1 parent 188ed36 commit a0e28d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ make wheel # Build wheel package in dist/
make sdist # Build sdist package in dist/
make dev # Test mounting 2.15.1.1189 to .venv/mnt
make install # Build wheel and install it with pipx or pip install --user
make executable # Build a standalone executable
make portable # Build a standalone executable with some extra dependencies embedded
```

### Building for the reMarkable (Or really any linux/arm/v7 device)

The same as above, but use `./make_for_remarkable.sh` instead of `make`. This requires docker to be installed.

0 comments on commit a0e28d1

Please sign in to comment.