From b98239bfe4a50d387e4a22caa8ece5d1babf1969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20V=C3=ADtov=C3=A1?= Date: Mon, 2 Jun 2025 14:54:10 +0200 Subject: [PATCH] docs: Update docs to reflect current cockpit state --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da4ec1e4..87a5588a 100644 --- a/README.md +++ b/README.md @@ -238,24 +238,24 @@ The symbolic link allows Cockpit to serve the frontend assets from your local de making it easier to test changes in real-time without deploying to a remote server. ```bash -make devel-install +make cockpit/devel-install ``` ```bash -make build +make cockpit/build ``` To uninstall and remove the symbolic link, run the following command: ```bash -make devel-uninstall +make cockpit/devel-uninstall ``` For convenience, you can run the following to combine all three steps: ```bash -make cockpit/all +make cockpit/devel ``` ### Quick Reference @@ -381,4 +381,4 @@ Follow these steps to find and paste the certification file into the 'Keychain A 5. Now you have two options of how to run the tests: * (Preferred) Use VS Code and the [Playwright Test module for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright). But other editors do have similar plugins for ease of use, if so desired - * Using terminal - `npx playwright test` will run the playwright test suite. `npx playwright test --headed` will run the suite in a vnc-like browser so you can watch it's interactions. \ No newline at end of file + * Using terminal - `npx playwright test` will run the playwright test suite. `npx playwright test --headed` will run the suite in a vnc-like browser so you can watch it's interactions.