Update INSTALL.rhel7.9.md
Changed the exact tag use recommendation to the latest one.pull/483/head
parent
d02c121468
commit
cb18c98a9a
|
@ -204,8 +204,11 @@ Reference: <https://github.com/nodesource/distributions>
|
||||||
|
|
||||||
## Set git branch
|
## Set git branch
|
||||||
|
|
||||||
|
For the commnad below, the {LATEST-RELEASE-TAG} parameter can be found here (for example: v2.12.5-p4):
|
||||||
|
https://github.com/monarc-project/MonarcAppFO/releases
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[root@monarc fo]# git branch --set-upstream-to=origin/master v2.11.1
|
[root@monarc fo]# git branch --set-upstream-to=origin/master {LATEST-RELEASE-TAG}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Reconfigure SSH
|
## Reconfigure SSH
|
||||||
|
|
Loading…
Reference in New Issue