From 7448be98a3ed5869d102a01e581faf67ec70b4ef Mon Sep 17 00:00:00 2001 From: Maciej Walkowiak Date: Mon, 12 Dec 2022 12:21:09 +0100 Subject: [PATCH] cleanup --- README.md | 38 -------------------------------------- readme.md | 0 2 files changed, 38 deletions(-) delete mode 100644 README.md delete mode 100644 readme.md diff --git a/README.md b/README.md deleted file mode 100644 index 2ac816f..0000000 --- a/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# Just 🚀 - -**Just** is a smart zero config command line interface for running Spring Boot applications in development mode (and more). - -Its goal is to speed up developing applications with Spring Boot by automating common activities that occur during development. - -[🌍 Project Website](https://just.maciejwalkowiak.com/) | [📗 Documentation](https://just.maciejwalkowiak.com/) - -## 🛠 How to install - -On MacOS: - -``` -$ brew install maciejwalkowiak/brew/just -``` - -On Windows: - -``` -$ scoop install maciejwalkowiak/just -``` - -More details & Linux installation steps: https://just.maciejwalkowiak.com/docs/install/ - -## 🏃‍♂️ How to use - -In the terminal go to your project directory and execute: - -``` -$ just run -``` - -More information in [documentation](https://just.maciejwalkowiak.com/docs/usage/just-run/) including other commands: `just build`, `just format`, `just kill`. - -## 🙏 How to help - -Try it out, play with your projects and whenever you find an issue please file it here: https://github.com/maciejwalkowiak/just/issues - diff --git a/readme.md b/readme.md deleted file mode 100644 index e69de29..0000000