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

https://github.com/tng/apt-please


https://github.com/tng/apt-please

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Please CLI apt repository

This repository contains the apt repository for the Please CLI, an AI helper script to create CLI commands.

## Installation

```bash
curl -sS https://tng.github.io/apt-please/public_key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/please.gpg > /dev/null
echo "deb https://tng.github.io/apt-please/ ./" | sudo tee -a /etc/apt/sources.list
sudo apt-get update

sudo apt-get install please
```