update: add depends to README
This commit is contained in:
parent
e753a86325
commit
4c73a7a217
18
README.md
18
README.md
@ -4,9 +4,21 @@ for general MatterLinux installation, configuration and
|
||||
build process.
|
||||
|
||||
### Installation
|
||||
All the tools and scripts can be copied to PATH with
|
||||
the make script:
|
||||
```
|
||||
Following dependencies are required for these scripts and tools:
|
||||
|
||||
- bash
|
||||
- coreutils
|
||||
- gcc
|
||||
- make
|
||||
- GRUB
|
||||
- gnupg
|
||||
- fakeroot
|
||||
- (GNU) tar
|
||||
- [matt](https://git.matterlinux.xyz/Matter/matt)
|
||||
|
||||
After installing these dependencies, all the tools and scripts
|
||||
can be copied to PATH with the make script:
|
||||
```bash
|
||||
make install
|
||||
```
|
||||
You can also install the mtsc package from the base package
|
||||
|
Loading…
Reference in New Issue
Block a user