From 2501c531650dad7a28c79cc06c768a0eee4acbb9 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 5 Aug 2020 17:17:48 +0300 Subject: [PATCH] docs: README, docs/ --- docs/docker_deployment.md | 2 ++ docs/myNode_deployment.md | 5 ++++- docs/raspiblitz_deployment.md | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/docker_deployment.md b/docs/docker_deployment.md index cfe076a..d5bc34d 100644 --- a/docs/docker_deployment.md +++ b/docs/docker_deployment.md @@ -76,3 +76,5 @@ To connect to your app `npm run prod` When Relay starts up, it will print a QR in the terminal. You can scan this in your app (Android & iOS) to connect! + +[Back to README](https://github.com/dimaatmelodromru/sphinx-relay/tree/docs-edit#connecting-a-mobile-client) diff --git a/docs/myNode_deployment.md b/docs/myNode_deployment.md index c192397..351456c 100644 --- a/docs/myNode_deployment.md +++ b/docs/myNode_deployment.md @@ -292,4 +292,7 @@ $ sudo systemctl start sphinx-relay.service ### tail logs -`journalctl -u sphinx-relay -f` \ No newline at end of file +`journalctl -u sphinx-relay -f` + + +[Back to README](https://github.com/dimaatmelodromru/sphinx-relay/tree/docs-edit#connecting-a-mobile-client) \ No newline at end of file diff --git a/docs/raspiblitz_deployment.md b/docs/raspiblitz_deployment.md index 08f4e9b..49e7f1c 100644 --- a/docs/raspiblitz_deployment.md +++ b/docs/raspiblitz_deployment.md @@ -276,4 +276,7 @@ $ sudo systemctl start sphinx-relay.service ### tail logs -`journalctl -u sphinx-relay -f` \ No newline at end of file +`journalctl -u sphinx-relay -f` + + +[Back to README](https://github.com/dimaatmelodromru/sphinx-relay/tree/docs-edit#connecting-a-mobile-client) \ No newline at end of file