Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
docs: fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Chaia committed Nov 1, 2018
1 parent e93af48 commit 1a56f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Intended to manage containers locally. You can add your private registries and i
Auto configures from environment, but can be changed to remote server.
1. Use custom Docker Hub credentials.
1. Containers actions include: List, create, start/stop, remove, attach, exec.
1. Image actions include: List, pull.
1. Image actions include: List, pull, inspect.
1. Volumes actions include: List, create, remove
1. Registries: List images and tags.

Expand All @@ -30,7 +30,7 @@ Intended to manage containers locally. You can add your private registries and i
If you just want the latest release of Timoneer [click here](https://github.com/leonardochaia/timoneer/releases/latest)

If you want to contribute or run the project in development mode, clone the repo and use `yarn start`
This is an Electron Application, using Angular 6 and Dockerode as Docker client.
This is an Electron Application, using Angular 7 and Dockerode as Docker client.

```bash
yarn install
Expand All @@ -39,7 +39,7 @@ yarn start

## License

From Timoneer v0.6.2 onwards the code is licensed under the MIT License.
From Timoneer v0.6 onwards the code is licensed under the MIT License.
Previous versions are licensed under GNU GPL.

## Credits
Expand Down

0 comments on commit 1a56f11

Please sign in to comment.