Skip to content

Commit

Permalink
edit list ordering on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Jul 28, 2022
1 parent e37e650 commit b54122f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths-ignore:
- 'README.md'
- 'docs/'
branches:
- "main"
pull_request:
paths-ignore:
- 'README.md'
- 'docs/'
branches:
- "main"

Expand Down
14 changes: 5 additions & 9 deletions docs/usage/run-on-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ description: Run Permasigner on Linux.
If you have extra entitlements, add them in `data/entitlements.xml`. If you don't know what this means, you can keep it as is.
{% endhint %}

4\. Run the script with `python main.py` or `python3 main.py`

* If you get an error that curl isn't found, install it with your package manager of choice; ex. `sudo apt install curl`.

5\. Install the newly created deb file on your iDevice

* You can use something like Dropbox or Mega; advanced users can use `openssh-sftp-server` from Procursus.

6\. Reboot to stock, the app will still work!
4. Run the script with `python main.py` or `python3 main.py`
* If you get an error that curl isn't found, install it with your package manager of choice; ex. `sudo apt install curl`.
5. Install the newly created deb file on your iDevice
* You can use something like Dropbox or Mega; advanced users can use `openssh-sftp-server` from Procursus.
6. Reboot to stock, the app will still work!
25 changes: 8 additions & 17 deletions docs/usage/run-online.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,25 @@ description: Run Permasigner with a GitHub workflow.

1. Click fork on the top right, then click create fork
* A GitHub account is required, it's free!

> ![image](https://user-images.githubusercontent.com/18669106/180668388-fea832be-dd8d-4387-bb00-64637ec8c4a5.png)\
> ![image](https://user-images.githubusercontent.com/18669106/180667994-4f5e257d-a701-43a3-9613-f860c3990f44.png)
2\. If you have made a fork before, click fetch upstream then fetch and merge

* This should be done every time you sign an app

2. If you have made a fork before, click fetch upstream then fetch and merge
* This should be done every time you sign an app
> ![image](https://user-images.githubusercontent.com/18669106/180668039-895bf508-34ba-4f68-84c2-9dd86b068efa.png)
3\. Click Actions on the top, then enable actions

3. Click Actions on the top, then enable actions
> ![image](https://user-images.githubusercontent.com/18669106/180668059-cbfb4099-e40c-4828-b505-1532c6ae326f.png)
4\. Click run script on the left, then click run workflow on the right

4. Click run script on the left, then click run workflow on the right
> ![image](https://user-images.githubusercontent.com/18669106/180668091-29077082-8738-4b00-85a2-93b24c97b1b4.png)
5\. Paste in the **direct** URL to an IPA file in the box, then press run workflow

5. Paste in the **direct** URL to an IPA file in the box, then press run workflow
> ![image](https://user-images.githubusercontent.com/18669106/180668191-318d1098-fa80-4e34-ab69-94e02df56975.png)
6\. Wait for the workflow to be finished, then click on it

6. Wait for the workflow to be finished, then click on it
> ![image](https://user-images.githubusercontent.com/18669106/180668274-44ec62d7-0be2-47c7-a8ac-ed19fb5e4c5f.png)
8\. Download the artifact, unzip it, and send the deb file to your iDevice!

* Airdropping the file is probably the easiest, but you can use something like Dropbox or Mega. Advanced users can use openssh-sftp-server from Procursus. If you're running this on the device, just unzip it and install it!

7. Download the artifact, unzip it, and send the deb file to your iDevice!
* Airdropping the file is probably the easiest, but you can use something like Dropbox or Mega. Advanced users can use openssh-sftp-server from Procursus. If you're running this on the device, just unzip it and install it!
> ![image](https://user-images.githubusercontent.com/18669106/180668328-12083245-2ef8-43e1-8622-42acbe6dc33c.png)

0 comments on commit b54122f

Please sign in to comment.