Added command line tool dependencies for the project in README file
parent
1bb1385b71
commit
b71adea06f
27
README.md
27
README.md
|
@ -42,15 +42,16 @@
|
||||||
<!-- TABLE OF CONTENTS -->
|
<!-- TABLE OF CONTENTS -->
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [About the Project](#about-the-project)
|
- [Table of Contents](#table-of-contents)
|
||||||
* [Built With](#built-with)
|
- [About The Project](#about-the-project)
|
||||||
* [Getting Started](#getting-started)
|
- [Built With](#built-with)
|
||||||
* [Prerequisites](#prerequisites)
|
- [Getting Started](#getting-started)
|
||||||
* [Installation](#installation)
|
- [Prerequisites](#prerequisites)
|
||||||
* [Usage](#usage)
|
- [Installation](#installation)
|
||||||
* [Roadmap](#roadmap)
|
- [Usage](#usage)
|
||||||
* [Contributing](#contributing)
|
- [Roadmap](#roadmap)
|
||||||
* [License](#license)
|
- [Contributing](#contributing)
|
||||||
|
- [License](#license)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,6 +89,14 @@ sudo apt-get install docker docker-compose
|
||||||
|
|
||||||
Check the following links for more info on [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/).
|
Check the following links for more info on [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/).
|
||||||
|
|
||||||
|
Aditionally, edgeboxctl needs the following bash commands available wherever it runs:
|
||||||
|
* `sh`
|
||||||
|
* `rm`
|
||||||
|
* `systemctl`
|
||||||
|
* `lsblk`
|
||||||
|
* `yq`
|
||||||
|
* `tinc-boot` _(not mandatory)_
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
|
|
Loading…
Reference in New Issue