From c4324659858581d4e8b9f4804593557c1a50aa73 Mon Sep 17 00:00:00 2001 From: Pelayo Torres <pelayo.torresalonso@telefonica.com> Date: Thu, 16 May 2024 15:02:52 +0200 Subject: [PATCH] Helper documentation --- doc/gettingstarted/howtorun.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md index 8858bfd..7b5d06d 100644 --- a/doc/gettingstarted/howtorun.md +++ b/doc/gettingstarted/howtorun.md @@ -158,4 +158,8 @@ Run using python cd <Service> pip3 install -r requirements.txt python3 -m <service> -``` \ No newline at end of file +``` + +#### 4. Start Your Testing with OpenCAPIF + +You can now test OpenCAPIF. Visit the Testing page to see how it works. \ No newline at end of file -- GitLab