Skip to content

Commit

Permalink
Update paths for termux assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Dec 26, 2024
1 parent d88339c commit a85d310
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/install/android-using-termux.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Update some libraries to install Lute:
pkg update && pkg upgrade
```

<img width="50%" alt="image" src="../../assets/install/termux_01_initial.jpg">
<img width="50%" alt="image" src="../assets/install/termux_01_initial.jpg">

(always hit "Y" to continue)

Expand All @@ -32,17 +32,17 @@ pip install --upgrade lute3
python -m lute.main
```

<img width="50%" alt="image" src="../../assets/install/termux_02_running.jpg">
<img width="50%" alt="image" src="../assets/install/termux_02_running.jpg">

The message shows `Lute vX.Y.Z is running on 0.0.0.0:5001`. Open your browser and go to `http://localhost:5001/`, and you should see it:

<img width="50%" alt="image" src="../../assets/install/termux_03_running.jpg">
<img width="50%" alt="image" src="../assets/install/termux_03_running.jpg">

## Stopping Lute

To stop Lute from running, open your keyboard and tap CTRL + C:

<img width="50%" alt="image" src="../../assets/install/termux_04_stop.jpg">
<img width="50%" alt="image" src="../assets/install/termux_04_stop.jpg">

## Uninstalling Lute

Expand Down

0 comments on commit a85d310

Please sign in to comment.