packaging: Update README with move to Gitlab
- github -> gitlab - Not providing snaps or appimages on gitlab yet since it seems gitlab doesn't allow arbitrary files to be put on release pages. (They also weren't migrated in the import) - Also have moved from ubuntu to debian.
This commit is contained in:
parent
4001692b52
commit
fd4357c513
2 changed files with 12 additions and 40 deletions
26
README.md
26
README.md
|
|
@ -6,17 +6,17 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
|
||||
## Installation
|
||||
|
||||
#### Ubuntu (22.10)
|
||||
#### Debian 12 (Bookworm)
|
||||
|
||||
Install eris directly using pip, and apt install the tools eris relies on:
|
||||
Install eris directly using pipx, and apt install the tools eris relies on:
|
||||
|
||||
pip install --upgrade pip # A recent version of pip is needed.
|
||||
pip install git+https://github.com/ahamilton/eris@v2022.12.06#subdirectory=eris
|
||||
sudo apt install pipx
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2022.12.06#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
||||
git clone https://github.com/ahamilton/eris
|
||||
git clone https://gitlab.com/ahamilton/eris
|
||||
cd eris
|
||||
./install
|
||||
|
||||
|
|
@ -27,25 +27,11 @@ Then to run:
|
|||
|
||||
#### Docker
|
||||
|
||||
git clone https://github.com/ahamilton/eris
|
||||
git clone https://gitlab.com/ahamilton/eris
|
||||
cd eris
|
||||
sudo docker build -t eris -f packaging/Dockerfile .
|
||||
cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
|
||||
|
||||
#### Snap
|
||||
|
||||
# Download snap file from github releases page:
|
||||
wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06_amd64.snap"
|
||||
snap install --dangerous eris_2021.12.06_amd64.snap
|
||||
rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
|
||||
|
||||
#### AppImage
|
||||
|
||||
# Download AppImage file from github releases page:
|
||||
wget "https://github.com/ahamilton/eris/releases/download/v2022.04.23/eris_2022.04.23.AppImage"
|
||||
chmod +x eris_2022.04.23.AppImage
|
||||
mv eris_2022.04.23.AppImage ~/bin/eris # e.g. Put appimage in your PATH
|
||||
|
||||
## Tools
|
||||
|
||||
File types(101) | Tools(58)
|
||||
|
|
|
|||
|
|
@ -22,17 +22,17 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
|
||||
## Installation
|
||||
|
||||
#### Ubuntu (22.10)
|
||||
#### Debian 12 (Bookworm)
|
||||
|
||||
Install eris directly using pip, and apt install the tools eris relies on:
|
||||
Install eris directly using pipx, and apt install the tools eris relies on:
|
||||
|
||||
pip install --upgrade pip # A recent version of pip is needed.
|
||||
pip install git+https://github.com/ahamilton/eris@v2022.12.06#subdirectory=eris
|
||||
sudo apt install pipx
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2022.12.06#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
||||
git clone https://github.com/ahamilton/eris
|
||||
git clone https://gitlab.com/ahamilton/eris
|
||||
cd eris
|
||||
./install
|
||||
|
||||
|
|
@ -43,25 +43,11 @@ Then to run:
|
|||
|
||||
#### Docker
|
||||
|
||||
git clone https://github.com/ahamilton/eris
|
||||
git clone https://gitlab.com/ahamilton/eris
|
||||
cd eris
|
||||
sudo docker build -t eris -f packaging/Dockerfile .
|
||||
cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
|
||||
|
||||
#### Snap
|
||||
|
||||
# Download snap file from github releases page:
|
||||
wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06_amd64.snap"
|
||||
snap install --dangerous eris_2021.12.06_amd64.snap
|
||||
rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
|
||||
|
||||
#### AppImage
|
||||
|
||||
# Download AppImage file from github releases page:
|
||||
wget "https://github.com/ahamilton/eris/releases/download/v2022.04.23/eris_2022.04.23.AppImage"
|
||||
chmod +x eris_2022.04.23.AppImage
|
||||
mv eris_2022.04.23.AppImage ~/bin/eris # e.g. Put appimage in your PATH
|
||||
|
||||
## Tools
|
||||
|
||||
File types({len(extension_set)-1}) | Tools({len(tool_set)})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue