View raw

My Fitness Tracker

Table of Contents

# -*- mode: org; -*-

Loading My Fitness Tracker

From my VPS

  Metacello new
      baseline: 'MyFitnessTracker';
      repository: 'ssh://git.mlnp.fr/my-fitness-tracker.git';
      load

From a local clone

  Metacello new
      baseline: 'MyFitnessTracker';
      repository: 'gitlocal:///home/blendux/git/my-fitness-tracker/src';
      load: 'all'

Documentation

All documentation is accessible via Pharo's internal documentation browsing tools.