github.com/solo-io/cue@v0.4.7/doc/tutorial/basics/Readme.md (about)

     1  # CUE Tour
     2  
     3  ## About this tutorial
     4  
     5  The files in this directory are used to generate the tour in
     6  
     7      https://cuelang.org/docs/tutorials/tour/intro/
     8  
     9  They are kept here to ensure the examples are in sync with the latest update
    10  of CUE.
    11  
    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