Skip to content

Commit 4dac142

Browse files
committed
Changed installation instructions to use #stable
1 parent 4e20cd9 commit 4dac142

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,19 @@ Then, from within Pharo, execute the following to install FFICHeaderExtractor:
3636

3737
```Smalltalk
3838
Metacello new
39-
baseline: 'FFICHeaderExtractor';
39+
configuration: 'FFICHeaderExtractor';
4040
repository: 'github://marianopeck/FFICHeaderExtractor:master/repository';
41+
version: #stable;
4142
load.
4243
```
4344

45+
Besides the above installation instructions, FFICHeaderExtractor can also be installed from the `Catalog Browser`, already present in Pharo. Just open it, search for FFICHeaderExtractor, then right click, `Install stable version`.
46+
47+
4448
> Important: so far FFICHeaderExtractor works only in OSX and Unix.
4549
50+
51+
4652
## Getting Started
4753
The user of this tool will be a developer of a FFI-based project. As an example, let's say we want to call some functions from the `libc` (the standard C library) via FFI. `libc` is huge and it has lots of functions and constants. For our example we will take only a small portion of it.
4854

0 commit comments

Comments
 (0)