put fork origin at top of readme
This commit is contained in:
parent
27bd01dd9c
commit
e318530710
|
@ -1,3 +1,5 @@
|
||||||
|
Originally forked from https://github.com/zsaleeba/picoc
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
PicoC is a very small C interpreter for scripting. It was originally written
|
PicoC is a very small C interpreter for scripting. It was originally written
|
||||||
|
@ -15,9 +17,6 @@ It's been tested on x86-32, x86-64, powerpc, arm, ultrasparc, HP-PA and blackfin
|
||||||
processors and is easy to port to new targets.
|
processors and is easy to port to new targets.
|
||||||
|
|
||||||
|
|
||||||
Originally forked from https://github.com/zsaleeba/picoc
|
|
||||||
|
|
||||||
|
|
||||||
# Running files from the command line
|
# Running files from the command line
|
||||||
|
|
||||||
You can run standard C programs straight from the command line:
|
You can run standard C programs straight from the command line:
|
||||||
|
|
Loading…
Reference in a new issue