Skip to content

Commit

Permalink
fix: jans-cli-docs update links (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Nov 29, 2022
1 parent 082cfe3 commit 04fbb98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jans-cli-tui/docs/build.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#### Build
```
pip3 install shiv
wget https://github.com/JanssenProject/jans/archive/refs/heads/jans-cli-tui-works.zip
unzip jans-cli-tui-works.zip
cd jans-jans-cli-tui-works/jans-cli-tui/
wget https://github.com/JanssenProject/jans/archive/refs/heads/main.zip -O jans-main.zip
unzip jans-main.zip
cd jans-main/jans-cli-tui/
make zipapp
```

Expand All @@ -20,4 +20,4 @@ cat /opt/jans/jans-setup/setup.properties.last | grep role
role_based_client_encoded_pw=4jnkODv3KRV6xNm1oGQ8+g\=\=
role_based_client_id=2000.eac308d1-95e3-4e38-87cf-1532af310a9e
role_based_client_pw=GnEkCqg4Vsks
```
```
2 changes: 1 addition & 1 deletion jans-cli-tui/docs/remote_install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Install Jans-TUI with pip from GitHub
--------------------------------------
```
pip3 install https://github.com/JanssenProject/jans/archive/refs/heads/jans-cli-tui-works.zip#subdirectory=jans-cli-tui
pip3 install https://github.com/JanssenProject/jans/archive/refs/heads/main.zip#subdirectory=jans-cli-tui
```

Execute:
Expand Down

0 comments on commit 04fbb98

Please sign in to comment.