Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Apr 3, 2024
1 parent 9c627ab commit 0ff6bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Get Python version from Pipfile
run: echo "PYTHON_VERSION=$(grep "python_full_version" Pipfile | cut -d ' ' -f 3 - | tr -d '"')" >> $GITHUB_ENV
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ bundled with asadm version 2.6 and later.
### Build and Install Asadm
1. Install python 3.10
2. Install [pipenv](https://pypi.org/project/pipenv/)
3. Build Asadm
3. Initialize submodules `git submodule update --init`
4. Build Asadm
- There are two ways asadm can be bundled: one-file and one-dir. Both, are related to
pyinstaller's two methods of bundling. The one-file build is great if you want a single
executable artifact. The downside of one-file is that it must decompress into a /tmp
Expand All @@ -41,7 +42,7 @@ bundled with asadm version 2.6 and later.
```
make one-file
```
4. Install asadm
5. Install asadm
```
sudo make install
```
Expand Down

0 comments on commit 0ff6bd8

Please sign in to comment.