diff --git a/.github/workflows/Build-and-deploy-linux.yml b/.github/workflows/Build-and-deploy-linux.yml deleted file mode 100644 index abbb0a1f1..000000000 --- a/.github/workflows/Build-and-deploy-linux.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Build-and-deploy-linux -run-name: ${{ github.actor }} is building a linux release for NWB GUIDE - -on: - workflow_dispatch: - -jobs: - deploy-on-linux: - runs-on: ubuntu-latest - - defaults: - run: - shell: bash -l {0} - - steps: - - uses: actions/checkout@v3 - - - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - - uses: conda-incubator/setup-miniconda@v2 - with: - activate-environment: nwb-guide - environment-file: environments/environment-Linux.yml - auto-activate-base: false - - - uses: actions/setup-node@v3 - with: - node-version: "18" - - - name: Install package.json modules and their dependencies - run: npm install --ignore-scripts - - - name: Build and deploy on Linux - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npm run deploy:linux diff --git a/README.md b/README.md index be8461127..de60726e5 100644 --- a/README.md +++ b/README.md @@ -39,26 +39,7 @@ Run the `.dmg` file and follow all instructions to move the file into your Appli ### Ubuntu -#### Graphical Interface - -Right-click the `.AppImage` file, navigate to `permissions`, and check any box which mentions 'run as executable'. - -#### Ubuntu - CLI - -From the terminal, simply type - -``` -chmod +x nwb-guide-X.Y.Z.AppImage -``` - -Where you are using version `X.Y.Z`; then execute by calling - -``` -./nwb-guide-X.Y.Z.AppImage -``` - -> **Note:** If you're running the `.AppImage` and the app window clears to a white screen within a few seconds of starting, you will need to follow the [Developer Instructions](#developer-installation) on the [linux-fix](https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-fix) branch of the NWB GUIDE. - +Please follow the [Developer Instructions](#developer-installation) on the [linux-fix](https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-fix) branch of the NWB GUIDE.