ZOSOpenTools / metaport

To be able to build the meta repo with zopen
Apache License 2.0
1 stars 2 forks source link

Add documentation to show how to unset developer mode to meta #27

Open netskink opened 10 months ago

netskink commented 10 months ago

In this pull request, the section on sourcing the development version of .env shows how to enable but not disable.

STEP 6 - Use the developer version of meta

Use this method to use your custom version of meta rather than the system version.

$ cd ~/zopen/dev/metaport/meta
$ . ./.env

Need a section like this but I don't know how to disable it

STEP 6b - Disable the developer version

Use this method to switch back to the system version.

$ ????