An open API service indexing awesome lists of open source software.

https://github.com/gtsop/base-box


https://github.com/gtsop/base-box

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# base-box

Basline utilites for *-box repositories

## Installation

```
git clone --recurse-submodule https://github.com/gtsop/base-box.git ~/.base-box && cd ~/.base-box && ./install.sh
```

## Usage

Assert your machine's compatibility by running:
```
./assert.sh
```

For every failure there should be a relevant solution in the output

You can update this tool by running:
```
./update.sh
```