Skip to content

Commit

Permalink
Merge pull request #5 from Sammyjo20/Sammyjo20-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Sammyjo20 authored Jul 27, 2024
2 parents 16416e3 + 64ecc0d commit 5d6b8d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@

</div>

> This project is in early access, and I'm quite new to Docker so please consider contributing if you think this could be improved! Please share your thoughts in the issues/discussions. Thank you!
## What the shell?!

I know right! I've just ran `ssh localhost` and I've got a full PHP application running in my terminal?! What! Me too. When I first saw [Joe Tannenbaum's](https://joe.codes/) Tweet where he showed off his awesome `ssh cli.lab.joe.codes` I thought to myself, I had to get this working myself. I have a secret project that I'm currently working on but during my research I managed to adapt his guide for getting [charmbracelet/wish](https://github.com/charmbracelet/wish) running with PHP to work with Docker!

## Why?
This is mainly for building [TUIs](https://en.wikipedia.org/wiki/Text-based_user_interface) however it can run any PHP script so you can build cool forms, resumes or anything you desire!
This is project is mainly for building [TUIs](https://en.wikipedia.org/wiki/Text-based_user_interface) however it can run any PHP script so you can build cool forms, resumes or anything you desire!

## Why Docker?

Expand All @@ -25,7 +22,10 @@ Well, messing around with SSH is not really something I want to do to my servers
- PHP 8.3 (Installed locally)
- Docker

> This project is in early access, and I'm quite new to Docker so please consider contributing if you think this could be improved! Please share your thoughts in the issues/discussions. Thank you!
## Installation

To get started, run the following Composer `create-project` command. Make sure to rename the `ssh-app-name` to the name of your project.

```
Expand Down

0 comments on commit 5d6b8d8

Please sign in to comment.