Skip to content

Commit

Permalink
Revised README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayy001 committed Dec 8, 2024
1 parent f4e2260 commit d90c8f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
echo "[info] Installing build dependencies"
apt update
apt install -y \
libfuse-dev rustc cargo
libfuse-dev
cd /src
source /opt/lib/nuitka/bin/activate
chmod +x ./scripts/github-make-executable.sh
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A utility program that helps to manage the remarkable device version utilizing [

## Caveat for downgrading to a version below 3.11

If youre remarkable device is above 3.11 and you want to downgrade to a version below 3.11, codexctl is not able to do this (at the moment). Please refer to #71 for manual instructions.
If your reMarkable device is above 3.11 and you want to downgrade to a version below 3.11, codexctl cannot do this currently. Please refer to #71 for manual instructions.

## Installation

Expand Down Expand Up @@ -45,13 +45,13 @@ options:
```

## Examples
- Installing thge latest for device (will automatically figure out the version)
- Installing the latest for device (will automatically figure out the version)
```
codexctl install latest
```
- Downloading rmpp version 3.15.4.2 to a folder named `out` and then installing it
```
codexctl download 3.0.4.1305 -hw rm1 -o out
codexctl download 3.0.4.1305 -hw rmpp -o out
codexctl install ./out/remarkable-ct-prototype-image-3.15.4.2-ferrari-public.swu
```
- Backing up all documents to the cwd
Expand Down
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_ls(path, expected):
def test_cat(path, expected):
global FAILED
global UPDATE_FILE_PATH
print(f"Testing ls {path}: ", end="")
print(f"Testing cat {path}: ", end="")
with contextlib.redirect_stdout(BufferBytesIO()) as f:
try:
codexctl.call_func("cat", {'file': UPDATE_FILE_PATH, 'target_path': path})
Expand Down

0 comments on commit d90c8f3

Please sign in to comment.