mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Resolved conflicts in Your First Extension after rebasing from master Reworked extensions/README.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Reworked the content in your-first-extension.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Reworked beginning of extension-anatomy.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Reworked the writing in extensions/get-started/anatomy.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Reworked beginning of wrapping-up.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Squashed 3 commits Reworked writing in wrapping-up.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Reworked content throughout Extension Development > Getting Started and squashed commits Removed extensions/capabilities/README.md and extensions/testing-and-publishing/bundling.md from mkdocs.yml nav Signed-off-by: Paul Williams <pawilliams@mirantis.com> Added extensions/get-started/overview.md to mkdocs.yml nav, reworked writing in extensions/get-started/wrapping-up.md and extensions/get-started/overview.md, changed links that pointed to extensions/capabilities/overview.md to go to extensions/capabilities/common-capabilities.md instead Signed-off-by: Paul Williams <pawilliams@mirantis.com> Changed all titles throughout docs, including in body, to title case Signed-off-by: Paul Williams <pawilliams@mirantis.com> Reworked bullets in extensions/get-started/anatomy.md Signed-off-by: Paul Williams <pawilliams@mirantis.com> Intergrated Windows instructions into your-first-extension.md, made minor edits throughout extensions/get-started and fixed a couple titles in mkdocs.yml nav Signed-off-by: Paul Williams <pawilliams@mirantis.com> Changed Extension Development > Get Started to Getting Started in mkdocs.yml Signed-off-by: Paul Williams <pawilliams@mirantis.com>
56 lines
1.9 KiB
Markdown
56 lines
1.9 KiB
Markdown
# Getting Started
|
|
|
|
Lens is lightweight and simple to install. You'll be up and running in just a few minutes.
|
|
|
|
|
|
## System Requirements
|
|
|
|
Review the [System Requirements](/supporting/requirements/) to check if your computer configuration is supported.
|
|
|
|
|
|
## macOS
|
|
|
|
1. [Download Lens](https://github.com/lensapp/lens/releases) for macOS.
|
|
2. Open the browser's download list and locate the downloaded archive.
|
|
3. Select the 'magnifying glass' icon to open the archive in Finder.
|
|
4. Double-click `Lens-{version}.dmg` and drag `Lens.app` to the `Applications` folder, making it available in the macOS Launchpad.
|
|
5. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing **Options**, **Keep in Dock**.
|
|
|
|
|
|
## Windows
|
|
|
|
1. Download the [Lens installer](https://github.com/lensapp/lens/releases) for Windows.
|
|
2. Once it is downloaded, run the installer `Lens-Setup-{version}.exe`. This will only take a minute.
|
|
3. By default, Lens is installed under `C:\users\{username}\AppData\Local\Programs\Lens`.
|
|
|
|
|
|
## Linux
|
|
|
|
See the [Download Lens](https://github.com/lensapp/lens/releases) page for a complete list of available installation options.
|
|
|
|
|
|
### Snap
|
|
|
|
Lens is officially distributed as a Snap package in the [Snap Store](https://snapcraft.io/store):
|
|
|
|
[](https://snapcraft.io/kontena-lens)
|
|
|
|
You can install it by running:
|
|
|
|
```bash
|
|
sudo snap install kontena-lens --classic
|
|
```
|
|
|
|
## Update Cadence
|
|
|
|
Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available!
|
|
|
|
To stay current with the Lens features, you can review the [release notes](https://github.com/lensapp/lens/releases).
|
|
|
|
|
|
## Next Steps
|
|
|
|
- [Add clusters](../clusters/adding-clusters.md)
|
|
- [Watch introductory videos](./introductory-videos.md)
|
|
|