Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Nov 15, 2018
1 parent 9f67b6c commit c80a602
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/.DS_Store
.DS_STORE
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# KGBTestResources

Temporary fork of Moose's KGBTestResources

## Description

Test resources for the Famix project.

## Installation

To install KGBTestResources on your Pharo image you can just execute the following script:

```Smalltalk
Metacello new
githubUser: 'jecisc' project: 'KGBTestResources' commitish: 'v1.x.x' path: 'src';
baseline: 'KGBTestResources';
load
```

To add KGBTestResources to your baseline just add this:

```Smalltalk
spec
baseline: 'KGBTestResources'
with: [ spec repository: 'github://jecisc/KGBTestResources:v1.x.x/src' ]
```

Note that you can replace the #v1.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x.

## Official repositories

The official version is stored at: https://github.com/moosetechnology/Moose

0 comments on commit c80a602

Please sign in to comment.