Skip to content

Commit

Permalink
Merge pull request #2 from eMoflon/feature/change-urls-to-new-location
Browse files Browse the repository at this point in the history
Change URLs to new repo location
  • Loading branch information
maxkratz authored Nov 14, 2022
2 parents ea57bac + 054e014 commit 0e50383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eMoflon::Neo Eclipse Build

[![Build Eclipse eMoflon](https://github.com/maxkratz/emoflon-neo-eclipse-build/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/maxkratz/emoflon-neo-eclipse-build/actions/workflows/ci.yml)
[![Build Eclipse eMoflon](https://github.com/eMoflon/emoflon-neo-eclipse-build/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/eMoflon/emoflon-neo-eclipse-build/actions/workflows/ci.yml)

This repository is used to automatically build an Eclipse [eMoflon::Neo](https://github.com/eMoflon/emoflon-neo) environment.

Expand All @@ -25,11 +25,11 @@ Feel free to request others, e.g., via Github issues.
## Usage/Installation

Quick installation using curl and bash:
`$ FOLDER="$HOME/eclipse-apps/emt"; mkdir -p $FOLDER && cd $FOLDER && curl https://raw.githubusercontent.com/maxkratz/emoflon-neo-eclipse-build/main/emoflon-update.sh | bash -s -- $FOLDER`
`$ FOLDER="$HOME/eclipse-apps/emt"; mkdir -p $FOLDER && cd $FOLDER && curl https://raw.githubusercontent.com/eMoflon/emoflon-neo-eclipse-build/main/emoflon-update.sh | bash -s -- $FOLDER`

### Normal installation

**The latest release can be found [here](https://github.com/maxkratz/emoflon-neo-eclipse-build/releases/latest).**
**The latest release can be found [here](https://github.com/eMoflon/emoflon-neo-eclipse-build/releases/latest).**
Download an archive for the version you are looking for from the release page and extract it.

### Updating
Expand Down
2 changes: 1 addition & 1 deletion emoflon-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ECLIPSE_ARCHIVE=eclipse-emoflon-windows-dev # Name of the archive to download
FORCE_DOWNLOAD=0 # 1 = force download of new archive
TARGET_DIR=$1 # Target directory
API_URL="https://api.github.com/repos/maxkratz/emoflon-neo-eclipse-build/releases/latest"
API_URL="https://api.github.com/repos/eMoflon/emoflon-neo-eclipse-build/releases/latest"

set -e
START_PWD=$PWD
Expand Down

0 comments on commit 0e50383

Please sign in to comment.