diff --git a/dastworx/readme.md b/dastworx/readme.md index 7066f866..b1ff3605 100644 --- a/dastworx/readme.md +++ b/dastworx/readme.md @@ -12,7 +12,7 @@ Two options exist. #### Using dexed & the submodules - If you've cloned this repository, make sure that the submodule are also here with `git submodule update --init`. -- In Coedit open the project `dastworx.ce`. +- In Dexed open the project `dastworx.dxp`. - Select the `release` configuration. - Click `Compile project` diff --git a/isitthere/readme.md b/isitthere/readme.md index 8e3bea86..e1ccce6c 100644 --- a/isitthere/readme.md +++ b/isitthere/readme.md @@ -1,2 +1,2 @@ -This folder contains the scripts used to generate several perfect hashsets used in Coedit. -They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere) \ No newline at end of file +This folder contains the scripts used to generate several perfect hashsets used in dexed. +They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere) diff --git a/setup/readme.md b/setup/readme.md index f1de6a1f..4c9a227f 100644 --- a/setup/readme.md +++ b/setup/readme.md @@ -4,12 +4,12 @@ The process is semi-automatic and achieved by compiling a project in dexed itsel dexed setup program === -This dexed project (_cesetup.dexed_) creates the dexed setup program. -The project contains 3 configurations named _win32_, _nux32_, _nux64. -Each takes the content of the matching sub-folder and puts it in the output folder, as an extractor program, +The dexed project (_cesetup.dxp_) creates the dexed setup program. +It contains 3 configurations named _win32_, _nux32_, _nux64. +Each takes the content of the matching sub-folder and puts it in the output folder, as an extraction program, at compile time (using the `import(file)` expression). -The extractor program is then compressed by the post-build process, using the scripts named `setupzip-`. +The extraction program is then compressed by the post-build process, using the scripts named `setupzip-`. Raw Zip ===