From 4242415af9e16bb4faf2e0dfdaf7b2d34a35c0ea Mon Sep 17 00:00:00 2001 From: fraggle Date: Sun, 11 Jan 2026 19:00:53 -0400 Subject: [PATCH] Remove repository URLs and fix CI comments - Remove all repository URLs from README (users are already in repo) - Clarify CI uses Ubuntu for testing only, not Ubuntu-specific - Remove duplicate clipboard prerequisite line - Use placeholder in install docs --- .github/workflows/build.yml | 6 ++---- CONTRIBUTING.md | 4 ++-- INSTALL.md | 14 ++++++-------- README.md | 9 ++------- passage.1.md | 2 +- 5 files changed, 13 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be1dbd2..10ce7ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,9 @@ on: jobs: build: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest # CI testing platform only - program works on any Linux/Unix distro strategy: matrix: - os: [ubuntu-latest] go-version: ['1.21', '1.22'] steps: @@ -37,8 +36,7 @@ jobs: - name: Build release version run: go build -trimpath -ldflags "-s -w" -o passage-release . - - name: Check manpage builds (Linux) - if: matrix.os == 'ubuntu-latest' + - name: Check manpage builds run: | sudo apt-get update sudo apt-get install -y pandoc diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03b9060..711c8a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for your interest in contributing to PassAGE! ## Getting Started -1. **Fork the repository** on GitHub +1. **Fork the repository** 2. **Clone your fork** locally 3. **Create a branch** for your changes 4. **Make your changes** and test them @@ -14,7 +14,7 @@ Thank you for your interest in contributing to PassAGE! 1. **Fork and clone the repository:** ```bash - git clone https://git.fraggle.lol/fraggle/PassAGE.git + git clone cd PassAGE ``` diff --git a/INSTALL.md b/INSTALL.md index bdb83f6..670328f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,24 +2,22 @@ Complete installation instructions for PassAGE. -**Quick Install:** `go install git.fraggle.lol/fraggle/PassAGE@latest` +**Quick Install:** `go install @latest` ## Quick Install ### Using Go (Recommended) ```bash -go install git.fraggle.lol/fraggle/PassAGE@latest +go install @latest ``` ### From Source ```bash -# Clone repository -git clone https://git.fraggle.lol/fraggle/PassAGE.git +# Clone repository and build +git clone cd PassAGE - -# Build and install make install # Or for user installation (no sudo) @@ -48,8 +46,8 @@ make install-user ### 1. Clone the Repository ```bash -git clone https://git.fraggle.lol/fraggle/PassAGE.git -cd passage +git clone +cd PassAGE ``` ### 2. Download Dependencies diff --git a/README.md b/README.md index 5a93971..242549a 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,10 @@ A modern password manager using AGE encryption. - **Git** - For cloning the repository - **pandoc** or **go-md2man** (optional) - For building manpages - **xclip** or **wl-clipboard** - For clipboard support (X11/Wayland) -- **xclip** or **wl-clipboard** (Linux only) - For clipboard support ### Build from Source ```bash -# Clone the repository -git clone https://git.fraggle.lol/fraggle/PassAGE.git -cd PassAGE - # Download dependencies go mod download @@ -55,7 +50,7 @@ make install-user **Or install directly with go:** ```bash -go install git.fraggle.lol/fraggle/PassAGE@latest +go install @latest ``` #### Build Options @@ -84,7 +79,7 @@ go build -ldflags "-s -w" -trimpath -o passage ### Install Binary -Pre-built binaries may be available from the [releases page](https://git.fraggle.lol/fraggle/PassAGE/releases). +Pre-built binaries may be available from the releases page. ## Quick Start diff --git a/passage.1.md b/passage.1.md index a8fd696..bb1b2af 100644 --- a/passage.1.md +++ b/passage.1.md @@ -254,7 +254,7 @@ For detailed security information, see **SECURITY.md** in the PassAGE source cod # BUGS -Report bugs at https://git.fraggle.lol/fraggle/PassAGE/issues +Report bugs at the project repository # AUTHOR