Skip to content

Commit 47e711b

Browse files
author
Jeff Eberl
committed
PR updates
1 parent e65edc5 commit 47e711b

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

extras/terminalmessaging.md

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -26,55 +26,6 @@ screenshots:
2626

2727
featuredimage: /assets/img/plugins/terminalmessaging/screenshot.png
2828

29-
compatibility:
30-
31-
# List of compatible versions
32-
#
33-
# A single version number will be interpretated as a minimum version requirement,
34-
# e.g. "1.3.1" will show the plugin as compatible to OctoPrint versions 1.3.1 and up.
35-
# More sophisticated version requirements can be modelled too by using PEP440
36-
# compatible version specifiers.
37-
#
38-
# You can also remove the whole "octoprint" block. Removing it will default to all
39-
# OctoPrint versions being supported.
40-
41-
octoprint:
42-
- 1.3.0
43-
44-
# List of compatible operating systems
45-
#
46-
# Possible values:
47-
#
48-
# - windows
49-
# - linux
50-
# - macos
51-
# - freebsd
52-
#
53-
# There are also two OS groups defined that get expanded on usage:
54-
#
55-
# - posix: linux, macos and freebsd
56-
# - nix: linux and freebsd
57-
#
58-
# You can also remove the whole "os" block. Removing it will default to all
59-
# operating systems being supported.
60-
61-
os:
62-
- linux
63-
- windows
64-
- macos
65-
- freebsd
66-
67-
# Compatible Python version
68-
#
69-
# Plugins should aim for compatibility for Python 2 and 3 for now, in which case the value should be ">=2.7,<4".
70-
#
71-
# Plugins that only wish to support Python 3 should set it to ">=3,<4".
72-
#
73-
# If your plugin only supports Python 2 (worst case, not recommended for newly developed plugins since Python 2
74-
# is EOL), leave at ">=2.7,<3"
75-
76-
python: ">=2.7,<3"
77-
7829
---
7930

8031
# Octoprint-TerminalMessaging
@@ -93,13 +44,6 @@ This plugin is very small, and just edits the css of the elements in the termina
9344

9445
Enjoy!
9546

96-
## Setup
97-
98-
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
99-
or manually using this URL:
100-
101-
https://github.com/jeffeb3/OctoPrint-TerminalMessaging/archive/master.zip
102-
10347
### Special Thanks
10448

10549
@jneilliii wrote this plugin after I asked about it in the forums. Thank you!

0 commit comments

Comments
 (0)