Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoPrint-Z-Bolt-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksei Kvitinskii <aleksei.kvitinskii@gmail.com>2019-07-04 12:06:04 +0300
committerAleksei Kvitinskii <aleksei.kvitinskii@gmail.com>2019-07-04 12:06:04 +0300
commitd23ba0e3fecd96698f2775a0d663f513d4892cf1 (patch)
tree8b8ffc0829902b59570ee1afa4e917ee6e2f5574
parentcf3024f4099a5eb5a5c2f0dd42c9c1d37f81d5ac (diff)
some fixes
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json12
-rw-r--r--README.md2
3 files changed, 2 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..600d2d3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.vscode \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 0f3506e..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "python.linting.flake8Enabled": false,
- "python.linting.pylintEnabled": true,
- "python.linting.enabled": true,
-
- "less.compile": {
- "compress": true, // true => remove surplus whitespace
- "sourceMap": true, // true => generate source maps (.css.map files)
- "out": "../../../octoprint_zbolttheme/static/css/", // "./otorpint_z-bolttheme/static/css/theme.css"
- }
-
-}
diff --git a/README.md b/README.md
index 14fe904..6bf8843 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This plugin changes the way octoprint looks on a browser.
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
or manually using this URL:
- https://github.com/Z-Bolt/OctoPrint-Z-Bolt-Theme
+ https://github.com/Z-Bolt/OctoPrint-Z-Bolt-Theme/archive/master.zip
**TODO:** Describe how to install your plugin, if more needs to be done than just installing it via pip or through
the plugin manager.