Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jachinte committed Oct 4, 2017
1 parent 00ec2e3 commit 011e1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ To run the examples, first [package and install the language artefacts](/README.
- [Base library](base) defines both Java files and Amelia subsystems that are reused within other example projects.
- [Eclipse plugin project](eclipse-plugin-project) shows the basic configuration to use Amelia within an Eclipse plugin project.
- [Docker hello-world](docker-hello-world) installs Docker Community Edition and runs the [hello-world](https://hub.docker.com/_/hello-world/) container.
- [FraSCAti helloworld-rmi](frascati-helloworld-rmi) compiles and executes the helloworld-rmi project from the FraSCAti distribution.
- [FraSCAti helloworld-rmi](frascati-helloworld-rmi) installs Java 1.6.0_23 & FraSCAti 1.4 (if not installed) and compiles and executes the helloworld-rmi project from the FraSCAti distribution.
- [FraSCAti helloworld-rmi (Docker)](frascati-docker-helloworld-rmi) runs FraSCAti 1.4 on docker and compiles and executes the helloworld-rmi project from the FraSCAti distribution.
2 changes: 1 addition & 1 deletion examples/frascati-helloworld-rmi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FraSCAti helloworld-rmi

This example compiles and executes the helloworld-rmi project from the FraSCAti distribution. It requires specifying the following parameters:
This example installs Java 1.6.0_23 & FraSCAti 1.4 (if not installed) and compiles and executes the helloworld-rmi project from the FraSCAti distribution. It requires specifying the following parameters:

- __host__: the target host name
- __privileged-user__: a privileged user to install Java and FraSCAti
Expand Down

0 comments on commit 011e1a0

Please sign in to comment.