Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: jans-cli-docs update links #3118

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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