From 05bcf76c97f7871579233bef31bd04f0b7dbb00f Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Mon, 23 Dec 2024 10:34:52 +0100 Subject: [PATCH] Fix markdown --- README.md | 2 +- docs/steps/install_inkcut_notes.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 143e33e..6175e56 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Manual for using the Vevor vinyl cutter to create a T-shirt: ## Files used by continuous integration scripts - + Filename |Descriptions --------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------- diff --git a/docs/steps/install_inkcut_notes.md b/docs/steps/install_inkcut_notes.md index 43f411f..bc48aee 100644 --- a/docs/steps/install_inkcut_notes.md +++ b/docs/steps/install_inkcut_notes.md @@ -57,6 +57,8 @@ and ~/inkcut_venv/bin/pip install inkcut ``` + + ```bash richel@richel-N141CU:~/GitHubs/loerdagskurser/misc/vinyl_cutter$ ~/inkcut_venv/bin/pip install inkcut Collecting inkcut @@ -273,6 +275,9 @@ Successfully installed asttokens-2.4.1 atom-0.10.5 attrs-24.2.0 automat-24.8.1 b richel@richel-N141CU:~/GitHubs/loerdagskurser/misc/vinyl_cutter$ ``` + + + Works! Starting it: @@ -366,6 +371,8 @@ Starting `inkcut` with: And it starts: + + ```bash richel@richel-N141CU:~/GitHubs/loerdagskurser/misc/vinyl_cutter$ ~/inkcut_venv/bin/inkcut Logging to /home/richel/.config/inkcut/logs/inkcut.txt @@ -424,4 +431,7 @@ Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland 2024-08-22 20:47:41,408 | DEBUG | asyncio | Using selector: EpollSelector ``` + + + ![inkcut in action](start_inkcut.png)