From 5e381e68c19a33fa33d7fe3b4e7afc49a3dd07cb Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 12 Jun 2022 12:08:09 +0200 Subject: [PATCH] Update README.md --- projects/rocket/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/rocket/README.md b/projects/rocket/README.md index 61b57d95026..b817d26c3b4 100644 --- a/projects/rocket/README.md +++ b/projects/rocket/README.md @@ -2,8 +2,6 @@ ## Project status: EXPERIMENTAL -## Temporary working directory for rapid prototyping. - --- **Warning:** @@ -42,3 +40,8 @@ and I'm not sure if it is possible to package it with Composer. > Developers note, before merging into the main branch, > this will be moved into the packages/ directory. + +Right now, the rough installation process is: +clone the rocket directory into `/rocket`, +navigate into the rocket directory, and run `composer install`. +And start up a development server. \ No newline at end of file