Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
458 stars 72 forks source link

Feature require: 'Sound' #147

Closed hhzl closed 5 years ago

hhzl commented 5 years ago

Explain how to only load some of the packages in the 'packages' subfolder

Feature require: 'Sound'.
Feature require: 'WebClient'.
Feature require: 'JSON'.
jvuletich commented 5 years ago

Merged, and fixed last line as requested.