Marcel van Lohuizen | b0d1a07 | 2019-09-12 15:07:20 +0200 | [diff] [blame] | 1 | # CUE Tour |
Marcel van Lohuizen | 75cb003 | 2019-01-11 12:10:48 +0100 | [diff] [blame] | 2 | |
| 3 | ## About this tutorial |
| 4 | |
Marcel van Lohuizen | b0d1a07 | 2019-09-12 15:07:20 +0200 | [diff] [blame] | 5 | The files in this directory are used to generate the tour in |
| 6 | |
| 7 | https://cuelang.org/docs/tutorials/tour/ |
| 8 | |
| 9 | They are kept here to ensure the examples are in sync with the latest update |
| 10 | of CUE. |
| 11 | |
Marcel van Lohuizen | 75cb003 | 2019-01-11 12:10:48 +0100 | [diff] [blame] | 12 | To try out the examples in the tutorial you can follow the |
| 13 | [installation instructions](../../install.md) |
| 14 | to get a working setup of CUE. |
| 15 | |
| 16 | Use the `cue eval` or `cue export` commands to evaluate an example. |
| 17 | |