<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Setting up nRF Connect SDK: Git clone vs West init</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53779/setting-up-nrf-connect-sdk-git-clone-vs-west-init</link><description>What is the difference between doing 
 
 and 
 
 
 The first one fails to update, while the second one succeeds.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Oct 2019 14:09:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53779/setting-up-nrf-connect-sdk-git-clone-vs-west-init" /><item><title>RE: Setting up nRF Connect SDK: Git clone vs West init</title><link>https://devzone.nordicsemi.com/thread/217352?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 14:09:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a976dd5-8110-4953-92b1-fb34053a8871</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;west init creates the .west directory with the config file inside, defining both the path to the manifest-repo and the Zephyr base, like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[manifest]
path = nrf
[zephyr]
base = zephyr&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you run&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;git clone https://github.com/NordicPlayground/fw-nrfconnect-nrf.git nrf
west init -l nrf
west update&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;it&amp;#39;s the same as your second suggestion. The west init command will create a .west directory locally (-l) with a config file, where the manifest path is nrf.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect-sdk-tutorial#h157sjwe6ifebqbwso1coyv4vqn763f"&gt;section 1.2&lt;/a&gt;&amp;nbsp;of the NCS tutorial for more information about west.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>